aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2020-10-23 21:46:03 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2020-10-23 21:46:35 +0200
commit5f95a16ec1aeefb7844f48f8f890d5c9257fbd3c (patch)
treecc2a16b736e7b40653e193410624c9a7509a3018 /src
parent4d7c6ad860a1b1af24b892c9dd151fc318195c15 (diff)
cosmetic: add missing semicolon after OSMO_ASSERT()
Diffstat (limited to 'src')
-rw-r--r--src/common/measurement.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/measurement.c b/src/common/measurement.c
index 22f783df..8a6da759 100644
--- a/src/common/measurement.c
+++ b/src/common/measurement.c
@@ -421,7 +421,7 @@ static unsigned int lchan_meas_sub_num_expected(const struct gsm_lchan *lchan)
/* AMR is using a more elaborated model with a dymanic amount of
* DTX blocks so this function is not applicable to determine the
* amount of expected SUB Measurements when AMR is used */
- OSMO_ASSERT(lchan->tch_mode != GSM48_CMODE_SPEECH_AMR)
+ OSMO_ASSERT(lchan->tch_mode != GSM48_CMODE_SPEECH_AMR);
switch (pchan) {
case GSM_PCHAN_TCH_F: