cosmetic: add missing semicolon after OSMO_ASSERT()

Change-Id: Ib886115418939990ecfb6ecc1a4528f7a015b913
This commit is contained in:
Philipp Maier 2020-10-23 21:46:03 +02:00
parent 4d7c6ad860
commit 5f95a16ec1
1 changed files with 1 additions and 1 deletions

View File

@ -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: