Squelch a compiler warning.

svn path=/trunk/; revision=32310
This commit is contained in:
Guy Harris 2010-03-27 18:17:19 +00:00
parent 081aa44683
commit 04eef8ab97
1 changed files with 1 additions and 1 deletions

2
file.c
View File

@ -3666,7 +3666,7 @@ find_packet(capture_file *cf,
gchar status_str[100];
int progbar_nextstep;
int progbar_quantum;
char *title;
const char *title;
start_fd = cf->current_frame;
if (start_fd != NULL) {