aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_gm.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-05-20 10:57:12 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-05-20 10:57:12 +0000
commit22503891938ee7d3ed94cbe86de593fa10c4f7a8 (patch)
tree4c5465c5ae1de0485cc57e4807273d8ee7f6b4d2 /epan/dissectors/packet-gsm_a_gm.c
parent774748914ffedaec19908f36f7a91b6dd6c5a423 (diff)
Make the compiler happy.
svn path=/trunk/; revision=42723
Diffstat (limited to 'epan/dissectors/packet-gsm_a_gm.c')
-rw-r--r--epan/dissectors/packet-gsm_a_gm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_gm.c b/epan/dissectors/packet-gsm_a_gm.c
index c08bbbbea3..2550c709e7 100644
--- a/epan/dissectors/packet-gsm_a_gm.c
+++ b/epan/dissectors/packet-gsm_a_gm.c
@@ -3377,7 +3377,7 @@ de_gc_timer(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 off
case 0: str = "sec"; val*=2; break;
case 1: str = "min"; break;
case 2: str = "min"; val*=6; break;
- case 7:
+ case 7: str = "";
item = proto_tree_add_text(tree, tvb, offset, 1,
"GPRS Timer: timer is deactivated");
break;