kdrive: Fix a few easy cast warnings.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
Eric Anholt
2013-08-17 13:07:23 +02:00
parent a9c48a07ee
commit 56c405d46a
4 changed files with 5 additions and 5 deletions

View File

@@ -186,7 +186,7 @@ EvdevPtrRead(int evdevPort, void *closure)
}
}
char *kdefaultEvdev[] = {
const char *kdefaultEvdev[] = {
"/dev/input/event0",
"/dev/input/event1",
"/dev/input/event2",