aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sscop.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-09-02 19:08:29 +0000
committerBill Meier <wmeier@newsguy.com>2008-09-02 19:08:29 +0000
commit40bd43db835887c90b4278fecae751c6ae33c9eb (patch)
tree23a8315aa3db2235e9cb026b3cf61a52ee4f0c88 /epan/dissectors/packet-sscop.c
parentc63ac0b2e35e2b73a64d1d82f068b4a2297fe09e (diff)
Minor cleanup (mostly related to proto_reg_handoff...)
svn path=/trunk/; revision=26121
Diffstat (limited to 'epan/dissectors/packet-sscop.c')
-rw-r--r--epan/dissectors/packet-sscop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sscop.c b/epan/dissectors/packet-sscop.c
index 0ca0aef24a..070fc2fabe 100644
--- a/epan/dissectors/packet-sscop.c
+++ b/epan/dissectors/packet-sscop.c
@@ -403,7 +403,7 @@ gboolean sscop_allowed_subdissector(dissector_handle_t handle)
void
proto_reg_handoff_sscop(void)
{
- static int prefs_initialized = FALSE;
+ static gboolean prefs_initialized = FALSE;
if (!prefs_initialized) {
initialize_handles_once();