Review at  https://gerrit.osmocom.org/140

decoding: remove superfluous double-semicolon

Change-Id: I48ec24f2e10620279cbcbf39c70a4be6438f6b0f
---
M src/decoding.cpp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/40/140/1

diff --git a/src/decoding.cpp b/src/decoding.cpp
index 5f64ac0..2600879 100644
--- a/src/decoding.cpp
+++ b/src/decoding.cpp
@@ -267,7 +267,7 @@
                                 * 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;
                }

-- 
To view, visit https://gerrit.osmocom.org/140
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I48ec24f2e10620279cbcbf39c70a4be6438f6b0f
Gerrit-PatchSet: 1
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <[email protected]>

Reply via email to