diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/audio.c b/audio/audio.c index d96a130559..df6818ed55 100644 --- a/audio/audio.c +++ b/audio/audio.c @@ -118,7 +118,6 @@ int audio_bug (const char *funcname, int cond) AUD_log (NULL, "I am sorry\n"); } AUD_log (NULL, "Context:\n"); - abort(); } return cond; |