summaryrefslogtreecommitdiff
path: root/gtk/h225_counter.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/h225_counter.c')
-rw-r--r--gtk/h225_counter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/h225_counter.c b/gtk/h225_counter.c
index 18fd521746..cf3d29894a 100644
--- a/gtk/h225_counter.c
+++ b/gtk/h225_counter.c
@@ -2,7 +2,7 @@
* h225 message counter for ethereal
* Copyright 2003 Lars Roland
*
- * $Id: h225_counter.c,v 1.1 2003/10/28 00:31:17 guy Exp $
+ * $Id: h225_counter.c,v 1.2 2003/12/04 00:45:38 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -777,7 +777,7 @@ h225counter_start_button_clicked(GtkWidget *item _U_, gpointer data _U_)
static void
gtk_h225counter_cb(GtkWidget *w _U_, gpointer d _U_)
{
- char *filter;
+ const char *filter;
char *title;
GtkWidget *dlg_box;
GtkWidget *filter_box, *filter_label;