Revert "dump"
authorDaniel Stone <daniel@fooishbar.org>
Mon, 4 Jun 2012 12:08:01 +0000 (13:08 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Mon, 4 Jun 2012 12:08:01 +0000 (13:08 +0100)
(Ahem.)

This reverts commit f43f75fb83e94224000ebc6b0736182546781c5e.

test/dump.c

index ef2cf02..5d2484e 100644 (file)
@@ -38,9 +38,9 @@ int main(int argc, char *argv[])
     struct xkb_rule_names names = {
         .rules = "evdev",
         .model = "pc105",
-        .layout = "gb",
+        .layout = "us",
         .variant = NULL,
-        .options = "terminate:ctrl_alt_bksp",
+        .options = NULL,
     };
     char *as_string;