Fix a trivial typo.

svn path=/trunk/; revision=44660
This commit is contained in:
Bill Meier 2012-08-24 20:56:23 +00:00
parent 0035a9076b
commit 0fbdec6d83
1 changed files with 2 additions and 2 deletions

View File

@ -367,7 +367,7 @@ static const value_string wimaxmacphy_message_type_vals[] =
{ 17, "Reserved (OFDMA SS)"},
{ 0, NULL}
};
#if 0 /* XXX: 'thsark -G values' gives warning on Windows' */
#if 0 /* XXX: 'tshark -G values' gives warning on Windows' */
static value_string_ext wimaxmacphy_message_type_vals_ext = VALUE_STRING_EXT_INIT(wimaxmacphy_message_type_vals);
#endif
@ -780,7 +780,7 @@ static const value_string wimaxmacphy_modulation_fec_code_type_vals[]=
{ 52, "64-QAM(LDPC) 5/6"},
{ 0, NULL}
};
#if 0 /* XXX: 'thsark -G values' gives warning on Windows' */
#if 0 /* XXX: 'tshark -G values' gives warning on Windows' */
static value_string_ext wimaxmacphy_modulation_fec_code_type_vals_ext =
VALUE_STRING_EXT_INIT(wimaxmacphy_modulation_fec_code_type_vals);
#endif