Squelch a compiler warning.

svn path=/trunk/; revision=11571
daniel/osmux
Guy Harris 2004-07-30 07:25:39 +00:00
parent d27d2d322d
commit 4b9d2228e3
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ secs_usecs(guint32 s, guint32 us)
static void
print_stats(capture_info *cf_info)
{
gchar *file_type_string;
const gchar *file_type_string;
time_t start_time_t;
struct tm *start_time_tm;
time_t stop_time_t;