Fix unused variable

This commit is contained in:
Berke Viktor 2013-04-27 23:28:24 +02:00
parent c6513ea7a2
commit 7323f7c561
1 changed files with 2 additions and 0 deletions

View File

@ -2225,7 +2225,9 @@ sound_play (const char *file, gboolean quiet)
{
char *buf;
char *wavfile;
#ifndef WIN32
char *cmd;
#endif
/* the pevents GUI editor triggers this after removing a soundfile */
if (!file[0])