From 4d92f6079b04839bf2969c3fa665416e384d5a4a Mon Sep 17 00:00:00 2001 From: Jakub Zawadzki Date: Sat, 14 Dec 2013 11:12:20 +0000 Subject: Remove not needed ';' svn path=/trunk/; revision=54088 --- epan/dissectors/packet-isup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-isup.c') diff --git a/epan/dissectors/packet-isup.c b/epan/dissectors/packet-isup.c index e4b4104c85..3e39e88e89 100644 --- a/epan/dissectors/packet-isup.c +++ b/epan/dissectors/packet-isup.c @@ -7921,7 +7921,7 @@ dissect_japan_isup_charge_area_info(tvbuff_t *parameter_tvb, proto_tree *paramet ca_number[digit_index++] = number_to_char((octet & ISUP_EVEN_ADDRESS_SIGNAL_DIGIT_MASK) / 0x10); } offset += 1; - length -= 1;; + length -= 1; } ca_number[digit_index++] = '\0'; proto_item_set_text(digits_item, "Charge Area : %s", ca_number); @@ -7957,7 +7957,7 @@ dissect_japan_isup_charge_area_info(tvbuff_t *parameter_tvb, proto_tree *paramet proto_tree_add_uint(digits_tree, hf_isup_charging_info_maca_even_digits, parameter_tvb, 0, 1, octet); } offset += 1; - length -= 1;; + length -= 1; } } -- cgit v1.2.1