aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-11 00:58:16 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-11 00:58:16 +0000
commita81afaa2d08f50cb36f60ecaf300e955ee8666a8 (patch)
tree2113cccf699a4163b83c960db0e27e01dd2a5b2f /epan/dissectors/packet-h248.h
parentb189d4c024b3246348aa8d42c79e4f04c879b6e6 (diff)
dont declare variables in the middle of a code block. many compilers do not like that.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17573 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h248.h')
-rw-r--r--epan/dissectors/packet-h248.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h248.h b/epan/dissectors/packet-h248.h
index 0155f5e0c6..e8b693d0f7 100644
--- a/epan/dissectors/packet-h248.h
+++ b/epan/dissectors/packet-h248.h
@@ -5,7 +5,7 @@
/* Input file: packet-h248-template.h */
-/* #line 1 "packet-h248-template.h"*/
+#line 1 "packet-h248-template.h"
/* packet-h248.h
* Definitions for H.248/MEGACO packet dissection
*