Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1398 → Rev 1397

/demos/trunk/base/cabs.c
34,7 → 34,7
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*
* CVS : $Id: cabs.c,v 1.7 2004-04-23 07:57:33 giacomo Exp $
* CVS : $Id: cabs.c,v 1.6 2004-04-19 14:11:07 giacomo Exp $
*/
 
/*--------------------------------------------------------------*/
175,6 → 175,7
y = y + 8;
if (y >= ybase+16) {
y = ybase;
col = col % 15 + 1;
}
}