Subversion Repositories Kolibri OS

Rev

Rev 1665 | Rev 3245 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1665 Rev 1668
Line 22... Line 22...
22
 
22
 
23
if (NULL == process)
23
if (NULL == process)
Line 24... Line 24...
24
	{
24
	{
25
	printf("  kill PID\n\r");
25
	printf("  kill \n\r");
26
	return FALSE;
26
	return FALSE;
27
	}
27
	}
28
else
28
else
29
	{
29
	{
30
	proc = _atoi(process);
30
	proc = _atoi(process);
31
	if ( 0 != proc )
31
	if ( 0 != proc )