From f75a604ae8a01921bdcfa4a72b23372d1dca9d11 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 16 Oct 2016 01:51:07 +0200 Subject: [PATCH] Fix C89_BUILD --- gfx/common/x11_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/common/x11_common.c b/gfx/common/x11_common.c index b5b8080312..cafc16f1c9 100644 --- a/gfx/common/x11_common.c +++ b/gfx/common/x11_common.c @@ -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;