aboutsummaryrefslogtreecommitdiffstats
path: root/epan/diam_dict.l
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2007-07-18 07:06:46 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2007-07-18 07:06:46 +0000
commit06ff527c5b4b7a68801fa56b1b31c3f1f9bb0649 (patch)
tree2c2ae941f01a33a41aaaec1993694bef8693a4b1 /epan/diam_dict.l
parentf1c5a7c55bcec206c4af0cbd5e2d9ded5b819928 (diff)
Make debugging static.
svn path=/trunk/; revision=22347
Diffstat (limited to 'epan/diam_dict.l')
-rw-r--r--epan/diam_dict.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/diam_dict.l b/epan/diam_dict.l
index b657513be2..29a93fdbae 100644
--- a/epan/diam_dict.l
+++ b/epan/diam_dict.l
@@ -498,7 +498,7 @@ description_attr description=\042
%%
-int debugging = 0;
+static int debugging = 0;
static void ddict_debug(const char* fmt, ...) {
va_list ap;