summaryrefslogtreecommitdiff
path: root/hald
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@web.de>2009-11-27 10:47:12 +0100
committerDanny Kukawka <danny.kukawka@web.de>2009-11-27 10:47:12 +0100
commit21a77ced7eec32c9622e84dec1faabbd79e62c73 (patch)
tree9eb09bc1cb06b56d68255f46b0de673f7a026304 /hald
parent0f97f9191286caac2597327c5997d18ad5cc593c (diff)
fixed small compiler warning
Fixed small compiler warning.
Diffstat (limited to 'hald')
-rw-r--r--hald/linux/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hald/linux/device.c b/hald/linux/device.c
index bdc95587..2045e139 100644
--- a/hald/linux/device.c
+++ b/hald/linux/device.c
@@ -1203,7 +1203,7 @@ input_add (const gchar *sysfs_path, const gchar *device_file, HalDevice *parent_
int eventdev_num;
HalDevice *d;
char *attr_sysfs_path;
- char *last;
+ const gchar *last;
d = NULL;
attr_sysfs_path = NULL;