From 923cf412f1362ff9a65d4cd35436257a37f0fd05 Mon Sep 17 00:00:00 2001 From: Jakub Zawadzki Date: Tue, 17 Jun 2014 00:01:00 +0200 Subject: Fix copy/paste errors in value_string. Also make repetition_coding_indications[] standard terminated. Change-Id: Ice20e1f27f5ab4d111f893608a230b83899efc9f Reviewed-on: https://code.wireshark.org/review/2288 Reviewed-by: Alexis La Goutte Reviewed-by: Evan Huus --- plugins/wimax/wimax_fch_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/wimax') 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 */ -- cgit v1.2.3