summaryrefslogtreecommitdiff
path: root/src/openbsd
diff options
context:
space:
mode:
authorLandry Breuil <landry@rhaalovely.net>2011-02-27 22:55:33 +0100
committerRichard Hughes <richard@hughsie.com>2011-03-21 18:38:54 +0000
commit5e36534edfd499742f5ab1b9d6b0c66c606a431b (patch)
tree35b4a99c41b465276c9e954fc38fae98a1f6a96a /src/openbsd
parent23948aed38566d623c8774f1ffe37e28405171f4 (diff)
downloadupower-5e36534edfd499742f5ab1b9d6b0c66c606a431b.tar.gz
trivial: actually return a string
Signed-off-by: Richard Hughes <richard@hughsie.com>
Diffstat (limited to 'src/openbsd')
-rw-r--r--src/openbsd/up-native.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openbsd/up-native.c b/src/openbsd/up-native.c
index 402957f..acc653f 100644
--- a/src/openbsd/up-native.c
+++ b/src/openbsd/up-native.c
@@ -11,5 +11,5 @@
const gchar *
up_native_get_native_path (GObject *object)
{
- return '/foo'; /* return sysctl acpiacX/acpibatX path ? */
+ return "/foo"; /* return sysctl acpiacX/acpibatX path ? */
}