Fix tabulation
This commit is contained in:
parent
ea0479998a
commit
b7f0f6abc8
|
@ -674,9 +674,9 @@ fe_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)
|
||||||
{
|
{
|
||||||
#ifdef WIN32 /* keep this in sync with cfgfiles.c! */
|
#ifdef WIN32 /* keep this in sync with cfgfiles.c! */
|
||||||
beepfile = g_build_filename (HEXCHATSHAREDIR, "share", "beep.wav", NULL);
|
beepfile = g_build_filename (HEXCHATSHAREDIR, "share", "beep.wav", NULL);
|
||||||
#else
|
#else
|
||||||
beepfile = g_build_filename (HEXCHATSHAREDIR, "hexchat", "beep.wav", NULL);
|
beepfile = g_build_filename (HEXCHATSHAREDIR, "hexchat", "beep.wav", NULL);
|
||||||
#endif
|
#endif
|
||||||
sound_play (beepfile, FALSE, TRUE);
|
sound_play (beepfile, FALSE, TRUE);
|
||||||
g_free (beepfile);
|
g_free (beepfile);
|
||||||
|
|
Loading…
Reference in New Issue