aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/camel/packet-camel-template.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-04-01 09:20:39 +0000
committerGuy Harris <guy@alum.mit.edu>2005-04-01 09:20:39 +0000
commite611516763d45880a6452fe3d9f8f2f6d1bdd01f (patch)
tree10aad0f2d42cc57874fe2a3185944623540ab5c3 /asn1/camel/packet-camel-template.c
parentbed220604dff5be43fc6f8c9cf75397a88d228e7 (diff)
Get rid of an unused variable.
Include "packet-gsm_map.h", not "packet-gsm_map.c". Check in the regenerated CAMEL dissector. svn path=/trunk/; revision=13995
Diffstat (limited to 'asn1/camel/packet-camel-template.c')
-rw-r--r--asn1/camel/packet-camel-template.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/asn1/camel/packet-camel-template.c b/asn1/camel/packet-camel-template.c
index f88d4dc3f1..15d89489ce 100644
--- a/asn1/camel/packet-camel-template.c
+++ b/asn1/camel/packet-camel-template.c
@@ -45,7 +45,7 @@
#include "packet-q931.h"
#include "packet-e164.h"
#include "packet-isup.h"
-#include "packet-gsm_map.c"
+#include "packet-gsm_map.h"
#define PNAME "Camel"
#define PSNAME "CAMEL"
@@ -489,7 +489,6 @@ dissect_camel(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
{
proto_item *item=NULL;
proto_tree *tree=NULL;
- gchar *str = NULL;
if (check_col(pinfo->cinfo, COL_PROTOCOL)) {
col_set_str(pinfo->cinfo, COL_PROTOCOL, "Camel");