aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/wimax/wimax_fch_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimax/wimax_fch_decoder.c b/plugins/wimax/wimax_fch_decoder.c
index e60418c8a5..5cc8fd5d1c 100644
--- a/plugins/wimax/wimax_fch_decoder.c
+++ b/plugins/wimax/wimax_fch_decoder.c
@@ -81,7 +81,7 @@ static const value_string repetition_coding_indications[] =
{ 1, "Repetition Coding of 2 Used" },
{ 2, "Repetition Coding of 4 Used" },
{ 3, "Repetition Coding of 6 Used" },
- { 4, NULL }
+ { 0, NULL }
};
/* DL Frame Prefix Coding Indications */