mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
Whiners...
svn path=/trunk/; revision=43990
This commit is contained in:
parent
d23204652e
commit
0324a3e3bb
1 changed files with 1 additions and 1 deletions
|
@ -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 ");
|
||||||
|
|
Loading…
Reference in a new issue