Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1644 → Rev 1643

/uspace/trunk/kbd/arch/mips32/src/kbd.c
259,10 → 259,6
//*/
//return 1;
if ( scan_code == '\r' )
scan_code = '\n' ;
buf|=((unsigned long) scan_code)<<(8*(count++));