From d302e4fb282f88f5246a5e80a8335b6f7f698b7d Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 30 May 2016 17:31:09 +0200 Subject: decoding: remove superfluous double-semicolon Change-Id: I48ec24f2e10620279cbcbf39c70a4be6438f6b0f Reviewed-on: https://gerrit.osmocom.org/140 Reviewed-by: Harald Welte Tested-by: Jenkins Builder --- src/decoding.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decoding.cpp b/src/decoding.cpp index 5f64ac01..26008797 100644 --- a/src/decoding.cpp +++ b/src/decoding.cpp @@ -267,7 +267,7 @@ int Decoding::rlc_data_from_ul_data( * so drop it (this may happen with EGPRS since * there is no M flag. */ num_chunks -= 1; - break;; + break; } chunks[i].length = data_len - offs; } -- cgit v1.2.3