From 72a00bb3f8bd7aa5455cd8af98c892000351ea6f Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 6 Feb 2020 17:00:16 +0100 Subject: =?UTF-8?q?Remove=20warning=20function=20declaration=20isn?= =?UTF-8?q?=E2=80=99t=20a=20prototype?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gpm-backlight-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpm-backlight-helper.c') diff --git a/src/gpm-backlight-helper.c b/src/gpm-backlight-helper.c index 682ddac..6039def 100644 --- a/src/gpm-backlight-helper.c +++ b/src/gpm-backlight-helper.c @@ -40,7 +40,7 @@ * gcm_backlight_helper_get_best_backlight: **/ static gchar * -gcm_backlight_helper_get_best_backlight () +gcm_backlight_helper_get_best_backlight (void) { gchar *filename; guint i; -- cgit v1.2.1