1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00

Fix spacing

This commit is contained in:
Berke Viktor 2013-04-28 03:06:02 +02:00
parent 4547719358
commit ea48d18130

View File

@ -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])
{