Removes a warning, and with the input ABI 18 this is forced to const in the server.
Signed-off-by: Peter Hutterer <[email protected]> --- src/evdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evdev.c b/src/evdev.c index 7d1e666..3b9a83d 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -93,7 +93,7 @@ #define ABS_MT_TRACKING_ID 0x39 #endif -static char *evdevDefaults[] = { +static const char *evdevDefaults[] = { "XkbRules", "evdev", "XkbModel", "evdev", "XkbLayout", "us", -- 1.7.10.2 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
