Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1652 → Rev 1653

/uspace/trunk/tetris/screen.c
35,6 → 35,12
* @(#)screen.c 8.1 (Berkeley) 5/31/93
*/
 
/** @addtogroup tetris
* @{
*/
/** @file
*/
 
/*
* Tetris screen control.
*/
316,3 → 322,7
while (--l >= 0)
(void) putchar(' ');
}
 
/** @}
*/