aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-12-14 01:13:19 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-12-14 01:13:19 +0700
commit8e962451fcec13f7430bf837366c98b2da9cf1f1 (patch)
tree946d975e910a295ba1d8b638415fba217e206ce6 /src
parent7c1b6cb4cd6aa548f8dbba1859113f29efb63b46 (diff)
gsm0808: cosmetic: switch is not a function
Diffstat (limited to 'src')
-rw-r--r--src/gsm/gsm0808_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm/gsm0808_utils.c b/src/gsm/gsm0808_utils.c
index f1569c90..80d469e0 100644
--- a/src/gsm/gsm0808_utils.c
+++ b/src/gsm/gsm0808_utils.c
@@ -227,7 +227,7 @@ static uint8_t enc_speech_codec(struct msgb *msg,
* of 4 bit to fully specify the selected codec. In the following,
* we check if we work with an extended type or not. We also check
* if the codec type is valid at all. */
- switch(sc->type) {
+ switch (sc->type) {
case GSM0808_SCT_FR1:
case GSM0808_SCT_FR2:
case GSM0808_SCT_FR3: