summaryrefslogtreecommitdiff
path: root/gtk/ansi_map_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/ansi_map_stat.c')
-rw-r--r--gtk/ansi_map_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/ansi_map_stat.c b/gtk/ansi_map_stat.c
index 33a5255d2e..2160c496bc 100644
--- a/gtk/ansi_map_stat.c
+++ b/gtk/ansi_map_stat.c
@@ -5,7 +5,7 @@
*
* MUCH code modified from service_response_time_table.c.
*
- * $Id: ansi_map_stat.c,v 1.6 2003/12/21 22:21:45 guy Exp $
+ * $Id: ansi_map_stat.c,v 1.7 2003/12/21 22:24:41 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -67,7 +67,7 @@ typedef struct _ansi_map_stat_dlg_t {
char *entries[3];
} ansi_map_stat_dlg_t;
-#define N_MESSAGE_TYPES 0xff
+#define N_MESSAGE_TYPES 256
typedef struct _ansi_map_stat_t {
int message_type[N_MESSAGE_TYPES];