Put in missing comma.

svn path=/trunk/; revision=31241
This commit is contained in:
Guy Harris 2009-12-11 09:11:42 +00:00
parent fc5cc7a7fb
commit 56cffa1135
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ AC_DEFUN([AC_WIRESHARK_TIMEZONE_ABBREV],
AC_TRY_LINK(
[#include <time.h>
#include <stdio.h>],
[printf("%s", tzname[0]);]
[printf("%s", tzname[0]);],
ac_cv_wireshark_have_tzname=yes,
ac_cv_wireshark_have_tzname=no)
])