From ea48d18130e6266a8492ff53a459f3dc68b387e9 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 28 Apr 2013 03:06:02 +0200 Subject: [PATCH] Fix spacing --- src/common/text.c | 3 +-- 1 file changed, 1 insertion(+), 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]) {