Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1646 → Rev 1647

/uspace/trunk/console/console.c
372,7 → 372,6
/* Commit hangup */
ipc_answer_fast(callid, 0,0,0);
conn->used = 0;
async_serialize_end();
return;
case CONSOLE_PUTCHAR:
write_char(consnum, IPC_GET_ARG1(call));