projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dd146e
)
fix return value in backlight helper exe on non-freebsd systems
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Wed, 15 Apr 2015 00:36:37 +0000
(20:36 -0400)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Wed, 15 Apr 2015 00:37:47 +0000
(20:37 -0400)
ref D2337
src/bin/e_backlight_main.c
patch
|
blob
|
history
diff --git
a/src/bin/e_backlight_main.c
b/src/bin/e_backlight_main.c
index
d2f0e20
..
3e7896c
100644
(file)
--- a/
src/bin/e_backlight_main.c
+++ b/
src/bin/e_backlight_main.c
@@
-92,6
+92,7
@@
_bl_set(const char *dev, int level)
EINA_LIST_FREE(devs, f)
eina_stringshare_del(f);
+ return -1;
}
#elif defined(__FreeBSD_kernel__) // !HAVE_EEZE
#include <sys/sysctl.h>