1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-26 11:12:19 -05:00

Fix unused variable

This commit is contained in:
Berke Viktor 2013-04-27 23:28:24 +02:00
parent c6513ea7a2
commit 7323f7c561

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