Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1750 → Rev 1751

/uspace/trunk/console/gcons.c
229,7 → 229,7
vp_switch(0);
}
 
 
/** Return x, where left <= x <= right && |a-x|==min(|a-x|) is smallest */
static inline int limit(int a,int left, int right)
{
if (a < left)