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
This commit is contained in:
Alexander Couzens 2016-05-30 17:31:09 +02:00 committed by Harald Welte
parent 68e2c6375e
commit d302e4fb28
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}