aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-05-30 17:31:09 +0200
committerHarald Welte <laforge@gnumonks.org>2016-06-01 13:38:35 +0000
commitd302e4fb282f88f5246a5e80a8335b6f7f698b7d (patch)
treec6b2e13731ac7921a6dcfccc8885ce1e0a1d1e50
parent68e2c6375e68782cd9b5e2fbde0805eea15d4ffd (diff)
decoding: remove superfluous double-semicolon
Change-Id: I48ec24f2e10620279cbcbf39c70a4be6438f6b0f Reviewed-on: https://gerrit.osmocom.org/140 Reviewed-by: Harald Welte <laforge@gnumonks.org> Tested-by: Jenkins Builder
-rw-r--r--src/decoding.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}