Updating branch refs/heads/master
to 01bbdb7fe220e044711f27c2c05b217dfba918f6 (commit)
from b0bbe7b6fd6e9e565b6ce0e94cbab8237c376e9a (commit)
commit 01bbdb7fe220e044711f27c2c05b217dfba918f6
Author: Florian Rivoal <[email protected]>
Date: Fri Dec 31 15:10:34 2010 +0900
Fix a misstyped ifdef
panel-plugin/battery.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/panel-plugin/battery.c b/panel-plugin/battery.c
index ad8dba1..eeb34e2 100644
--- a/panel-plugin/battery.c
+++ b/panel-plugin/battery.c
@@ -312,7 +312,7 @@ update_apm_status(t_battmon *battmon)
acline = apm.ac_state ? TRUE : FALSE;
#else
-#ifdef __linux__ || APMDEVICE
+#if defined(__linux__) || defined(APMDEVICE)
struct apm_info apm;
#endif
DBG ("Updating battery status...");
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits