Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1653 → Rev 1652

/uspace/trunk/tetris/input.c
35,12 → 35,6
* @(#)input.c 8.1 (Berkeley) 5/31/93
*/
 
/** @addtogroup tetris
* @{
*/
/** @file
*/
 
/*
* Tetris input.
*/
182,7 → 176,3
lastchar = '\0';
return ((int)(unsigned char)c);
}
 
/** @}
*/