diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-28 03:06:02 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-28 03:06:02 +0200 |
commit | ea48d18130e6266a8492ff53a459f3dc68b387e9 (patch) | |
tree | 5fc4fb1532cdd93f1dc53f5852ccee94397c3af8 /src/common/text.c | |
parent | 45477193587924473ccb4dc06fb31dd8036f5ebf (diff) |
Fix spacing
Diffstat (limited to 'src/common/text.c')
-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]) { |