diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/text.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/text.c b/src/common/text.c index 6351d713..3fb69dc9 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -2205,7 +2205,7 @@ sound_beep (session *sess) void sound_play (const char *file, gboolean quiet) { - char *buf; + char *buf; char *wavfile; #ifndef WIN32 char *cmd; @@ -2214,7 +2214,6 @@ sound_play (const char *file, gboolean quiet) #endif #endif - /* the pevents GUI editor triggers this after removing a soundfile */ if (!file[0]) { |