keymap-dump: use consistent order set/latch/lock (style)
[platform/upstream/libxkbcommon.git] / src / xkbcomp / scanner.c
index ba8f4e9..1ce6137 100644 (file)
@@ -192,7 +192,7 @@ XkbParseFile(struct xkb_context *ctx, FILE *file,
 {
     bool ok;
     XkbFile *xkb_file;
-    const char *string;
+    char *string;
     size_t size;
 
     ok = map_file(file, &string, &size);