Subversion Repositories Kolibri OS

Rev

Rev 3247 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1665 Nasarus 1
 
2
{
3
int delay;
4
5
 
6
	return FALSE;
7
8
 
9
kol_sleep((unsigned)delay);
10
return TRUE;
11
}
12