[MERGED] osmo-pcu[master]: decoding: remove superfluous double-semicolon

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Jun 1 13:38:35 UTC 2016


Harald Welte has submitted this change and it was merged.

Change subject: decoding: remove superfluous double-semicolon
......................................................................


decoding: remove superfluous double-semicolon

Change-Id: I48ec24f2e10620279cbcbf39c70a4be6438f6b0f
Reviewed-on: https://gerrit.osmocom.org/140
Reviewed-by: Harald Welte <laforge at gnumonks.org>
Tested-by: Jenkins Builder
---
M src/decoding.cpp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: I48ec24f2e10620279cbcbf39c70a4be6438f6b0f
Gerrit-PatchSet: 3
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the OpenBSC mailing list