Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1643 → Rev 1644

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