Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 3673 → Rev 3674

/branches/dynload/uspace/srv/console/gcons.c
258,7 → 258,7
 
static int gcons_find_conbut(int x, int y)
{
int status_start = STATUS_START + (xres - 800) / 2;;
int status_start = STATUS_START + (xres - 800) / 2;
 
if (y < STATUS_TOP || y >= STATUS_TOP + STATUS_HEIGHT)
return -1;