Small fix.

This commit is contained in:
Ove Kaaven 1999-01-31 09:22:58 +00:00 committed by Alexandre Julliard
parent ab9ac83e97
commit 408b0852c7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ void TTY_Write(char output, int fg, int bg, int attribute)
fprintf(driver.console_out, "%c", output);
}
void TTY_GetKeystroke(char *ch, char *scan)
void TTY_GetKeystroke(char *scan, char *ch)
{
/* All we have are character input things, nothing for extended */
/* This is just the TTY driver, after all. We'll cope. */