aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-time.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-11-29 20:15:37 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-11-29 20:15:37 +0000
commit0266cceef3e00f56bcdf68282a3937a18cd956de (patch)
tree0bb294b06d441b252bc343133359c316a8ebd29c /epan/dissectors/packet-time.c
parentc33b0ad215b2f8be059b0a00319358547e5bac34 (diff)
Make all enum_val_t's const.
svn path=/trunk/; revision=46292
Diffstat (limited to 'epan/dissectors/packet-time.c')
-rw-r--r--epan/dissectors/packet-time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-time.c b/epan/dissectors/packet-time.c
index de92d2cf16..f426d2f05e 100644
--- a/epan/dissectors/packet-time.c
+++ b/epan/dissectors/packet-time.c
@@ -32,7 +32,7 @@
#include <epan/prefs.h>
-static enum_val_t time_display_types[] = {
+static const enum_val_t time_display_types[] = {
{ "UTC", "UTC", ABSOLUTE_TIME_UTC },
{ "Local", "Local", ABSOLUTE_TIME_LOCAL},
{ NULL, NULL, 0 }