Fix C89_BUILD

This commit is contained in:
twinaphex 2016-10-16 01:51:07 +02:00
parent d38d9f46a6
commit f75a604ae8
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ static void xdg_screensaver_inhibit(Window wnd)
void x11_suspend_screensaver_xdg_screensaver(Window wnd, bool enable)
{
// Check if screensaver suspend is enabled in config
/* Check if screensaver suspend is enabled in config */
if (!enable)
return;