aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoding.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoding.cpp')
-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;
}