Commit 408b0852 authored by Ove Kaaven's avatar Ove Kaaven Committed by Alexandre Julliard

Small fix.

parent ab9ac83e
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment