diff options
author | rbuj <[email protected]> | 2020-02-06 17:00:16 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-03-09 16:14:52 +0100 |
commit | 72a00bb3f8bd7aa5455cd8af98c892000351ea6f (patch) | |
tree | ec2090cf0d622e8e79b60c78207fb7cadc3d2c62 | |
parent | 33e52564affb7fbc50ad68a08c43c9f70e7d1bb4 (diff) | |
download | mate-power-manager-72a00bb3f8bd7aa5455cd8af98c892000351ea6f.tar.bz2 mate-power-manager-72a00bb3f8bd7aa5455cd8af98c892000351ea6f.tar.xz |
Remove warning function declaration isn’t a prototype
-rw-r--r-- | src/gpm-backlight-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |