Fix warning
This commit is contained in:
parent
ebe1f824a7
commit
94ef0fd294
|
@ -2134,7 +2134,7 @@ char *sound_files[NUM_XP];
|
||||||
void
|
void
|
||||||
sound_beep (session *sess)
|
sound_beep (session *sess)
|
||||||
{
|
{
|
||||||
if (!prefs.hex_gui_focus_omitalerts || !fe_gui_info (sess, 0) == 1)
|
if (!prefs.hex_gui_focus_omitalerts || fe_gui_info (sess, 0) != 1)
|
||||||
{
|
{
|
||||||
if (sound_files[XP_TE_BEEP] && sound_files[XP_TE_BEEP][0])
|
if (sound_files[XP_TE_BEEP] && sound_files[XP_TE_BEEP][0])
|
||||||
/* user defined beep _file_ */
|
/* user defined beep _file_ */
|
||||||
|
|
Loading…
Reference in New Issue