This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit 882261d8e2a2a496abe5bdfbbd11d459f9799781
Author: Carsten Haitzler <[email protected]>
AuthorDate: Fri Jan 20 14:46:53 2023 +0000
odd to miss void for no params - be clear its no params
---
src/bin/system/e_system_backlight.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/system/e_system_backlight.c b/src/bin/system/e_system_backlight.c
index f4457b32b..5db37fbc9 100644
--- a/src/bin/system/e_system_backlight.c
+++ b/src/bin/system/e_system_backlight.c
@@ -246,7 +246,7 @@ _light_device_include(const char *dev)
#endif
static void
-_light_refresh_devices()
+_light_refresh_devices(void)
{
Light *lig;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.