aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tr.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-05 13:10:58 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-05 13:10:58 +0000
commit2b2506f0f6375a8294461d55e117a183f95ae3a8 (patch)
tree9fabf7e9c531695bf37844742f4b476e93750b8f /epan/dissectors/packet-tr.c
parentab8601b7fe82bfd5117fc7bfefb6adb5e7c2c615 (diff)
More char -> const char warning fixes
svn path=/trunk/; revision=15222
Diffstat (limited to 'epan/dissectors/packet-tr.c')
-rw-r--r--epan/dissectors/packet-tr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tr.c b/epan/dissectors/packet-tr.c
index 34f55a7353..57cecd4669 100644
--- a/epan/dissectors/packet-tr.c
+++ b/epan/dissectors/packet-tr.c
@@ -347,7 +347,7 @@ dissect_tr(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
int x;
/* Token-Ring Strings */
- char *fc[] = { "MAC", "LLC", "Reserved", "Unknown" };
+ const char *fc[] = { "MAC", "LLC", "Reserved", "Unknown" };
trh_current++;