mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
Fix spacing
This commit is contained in:
parent
4547719358
commit
ea48d18130
@ -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])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user