From 928836a5abd85466e920eb487fab9ccb295e0c5b Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 28 Jun 2007 16:29:28 -0400 Subject: [PATCH] Bug #10770: "Inputdevs" isn't a valid config file keyword. --- hw/xfree86/parser/Files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {