summaryrefslogtreecommitdiff
path: root/gtk
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 /gtk
parentf1c5a7c55bcec206c4af0cbd5e2d9ded5b819928 (diff)
downloadwireshark-06ff527c5b4b7a68801fa56b1b31c3f1f9bb0649.tar.gz
Make debugging static.
svn path=/trunk/; revision=22347
Diffstat (limited to 'gtk')
-rw-r--r--gtk/tcp_graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/tcp_graph.c b/gtk/tcp_graph.c
index a7d7908f4e..114a8d91c0 100644
--- a/gtk/tcp_graph.c
+++ b/gtk/tcp_graph.c
@@ -339,7 +339,7 @@ static int refnum=0;
#define DBS_GRAPH_DRAWING (1 << 3)
#define DBS_TPUT_ELMTS (1 << 4)
/*int debugging = DBS_FENTRY;*/
-int debugging = 0;
+static int debugging = 0;
/*int debugging = DBS_AXES_TICKS;*/
/*int debugging = DBS_AXES_DRAWING;*/
/*int debugging = DBS_GRAPH_DRAWING;*/