Whiners...

svn path=/trunk/; revision=43990
This commit is contained in:
Arch Blackmann 2009-11-06 23:35:28 +00:00
parent d23204652e
commit 0324a3e3bb

View file

@ -1003,7 +1003,7 @@ kbd_c(IN ULONG StateCount,
/* Print out the WCH_ name */ /* Print out the WCH_ name */
fprintf(FileHandle, fprintf(FileHandle,
",%-9s", ",%-9s",
WChName(Layout->Entry[j].CharData[k])); WChName(Layout->Entry[j].CharData[k], 0));
/* If we have something on the line buffer by now, add WCH_NONE */ /* If we have something on the line buffer by now, add WCH_NONE */
if (*LineBuffer != '\0') strcpy(LineBuffer, "WCH_NONE "); if (*LineBuffer != '\0') strcpy(LineBuffer, "WCH_NONE ");