Hi,

here a small fix of powersave_hal.c if used in cpp. The ifdef of the 
headerfile was closed to early.

Please review.

Cheers,

Danny 

 powersave_hal.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
Index: libpower/powersave_hal.h
===================================================================
--- libpower/powersave_hal.h	(revision 2030)
+++ libpower/powersave_hal.h	(working copy)
@@ -109,8 +109,8 @@
  */
 DBusError* ps_hal_dbus_error(void);
 
-#endif				/* POWERSAVE_HAL_H */
-
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */
+
+#endif				/* POWERSAVE_HAL_H */
_______________________________________________
powersave-devel mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/powersave-devel

Reply via email to