Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3996 → Rev 3997

/trunk/uspace/app/tetris/input.c
112,7 → 112,7
 
if (!lastchar) {
if (!getchar_inprog) {
cons_phone = get_cons_phone();
cons_phone = get_console_phone();
getchar_inprog = async_send_2(cons_phone,
CONSOLE_GETKEY, 0, 0, &charcall);
}