Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1653 → Rev 1652

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