aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio_format.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/audio_format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_format.c b/src/audio_format.c
index 45d94a853..cfe3a4cae 100644
--- a/src/audio_format.c
+++ b/src/audio_format.c
@@ -69,7 +69,7 @@ sample_format_to_string(enum sample_format format)
/* unreachable */
assert(false);
- return "?";
+ gcc_unreachable();
}
const char *