aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-03-27 18:17:19 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-03-27 18:17:19 +0000
commit7a53b2480de388d8dcb7ff4ecf03cf54dec4522d (patch)
tree08aba67fc5c8a3e34dbcb9f257ae10538693dbb2
parent517d23696bb5ad669a403ebe84afa68e45e6e5bf (diff)
Squelch a compiler warning.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32310 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 8c1f66e399..bf233d5c7c 100644
--- a/file.c
+++ b/file.c
@@ -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) {