Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1652 → Rev 1653

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