diff options
author | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-06-28 16:29:28 -0400 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-06-28 16:29:28 -0400 |
commit | 928836a5abd85466e920eb487fab9ccb295e0c5b (patch) | |
tree | aaf5c29449518e3d494322e4e81dccc8552daebd | |
parent | 62f43d8b33f67d8f3d0bd65787ffae9e6b634d65 (diff) |
Bug #10770: "Inputdevs" isn't a valid config file keyword.
-rw-r--r-- | hw/xfree86/parser/Files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/parser/Files.c b/hw/xfree86/parser/Files.c index 2688bb100..d304737dd 100644 --- a/hw/xfree86/parser/Files.c +++ b/hw/xfree86/parser/Files.c @@ -258,7 +258,7 @@ xf86printFileSection (FILE * cf, XF86ConfFilesPtr ptr) s++; p = index (s, ','); } - fprintf (cf, "\tInputdevs \"%s\"\n", s); + fprintf (cf, "\tInputDevices \"%s\"\n", s); } if (ptr->file_fontpath) { |