summaryrefslogtreecommitdiff
path: root/ui/traffic_table_ui.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-09-04 20:42:42 -0700
committerGerald Combs <gerald@wireshark.org>2014-09-05 04:03:56 +0000
commitf4e28192b214d199dca07a0d717790ad6bf34c42 (patch)
tree66c34ef50fb786ceaf4a5f986acf718348b39288 /ui/traffic_table_ui.h
parent97b073810bd871729ba4f14de79072c6df20f4d6 (diff)
downloadwireshark-f4e28192b214d199dca07a0d717790ad6bf34c42.tar.gz
Fix compiler warnings from g30f3d52.
Change-Id: I76fa088f72f0e31da9be105919d56fd8db1ea7b5 Reviewed-on: https://code.wireshark.org/review/3999 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/traffic_table_ui.h')
-rw-r--r--ui/traffic_table_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/traffic_table_ui.h b/ui/traffic_table_ui.h
index 0b7de72752..9f3bd061ba 100644
--- a/ui/traffic_table_ui.h
+++ b/ui/traffic_table_ui.h
@@ -65,7 +65,7 @@ typedef enum
ENDP_COLUMN_BYTES_AB,
ENDP_COLUMN_PKT_BA,
ENDP_COLUMN_BYTES_BA,
- ENDP_NUM_COLUMNS,
+ ENDP_NUM_COLUMNS
} endpoint_column_type_e;
extern const char *endp_column_titles[ENDP_NUM_COLUMNS];