Fix spacing
This commit is contained in:
parent
4547719358
commit
ea48d18130
@ -2205,7 +2205,7 @@ sound_beep (session *sess)
|
|||||||
void
|
void
|
||||||
sound_play (const char *file, gboolean quiet)
|
sound_play (const char *file, gboolean quiet)
|
||||||
{
|
{
|
||||||
char *buf;
|
char *buf;
|
||||||
char *wavfile;
|
char *wavfile;
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
char *cmd;
|
char *cmd;
|
||||||
@ -2214,7 +2214,6 @@ sound_play (const char *file, gboolean quiet)
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* the pevents GUI editor triggers this after removing a soundfile */
|
/* the pevents GUI editor triggers this after removing a soundfile */
|
||||||
if (!file[0])
|
if (!file[0])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user