From dragonlinux AT gmail.com: Fix incorrect location of a right brace;

svn path=/trunk/; revision=29565
This commit is contained in:
Bill Meier 2009-08-26 16:39:34 +00:00
parent 9e282cf141
commit cfde59d509
1 changed files with 3 additions and 1 deletions

View File

@ -978,11 +978,13 @@ proto_register_PROTOABBREV(void)
"Display numbers in Hex",
"Enable to display numerical values in hexadecimal.",
&gPREF_HEX);
}
/* Register a sample port preference */
prefs_register_uint_preference(PROTOABBREV_module, "tcp.port", "PROTOABBREV TCP Port",
" PROTOABBREV TCP port if other than the default",
10, &gPORT_PREF);
}
/* If this dissector uses sub-dissector registration add a registration routine.
This exact format is required because a script is used to find these