codec_pref.c: Add comment in expected switch case without break

Change-Id: I568353f070f049003326306106dce89b35deb92f
This commit is contained in:
Pau Espin 2018-09-05 14:04:18 +02:00 committed by Harald Welte
parent 5aac651cee
commit c3751a3897
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ static enum gsm48_chan_mode gsm88_to_chan_mode(enum gsm0808_permitted_speech spe
break;
case GSM0808_PERM_HR2:
LOGP(DMSC, LOGL_FATAL, "Speech HR2 was never specified!\n");
/* fall through */
default:
LOGP(DMSC, LOGL_FATAL, "Unsupported permitted speech %s selected, "
"assuming AMR as channel mode...\n",