Bug #10770: "Inputdevs" isn't a valid config file keyword.

This commit is contained in:
Adam Jackson 2007-06-28 16:29:28 -04:00
parent 62f43d8b33
commit 928836a5ab

View File

@ -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)
{