Subversion Repositories Kolibri OS

Rev

Rev 6822 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6822 Rev 8827
Line 1... Line 1...
1
int cmd_alias(char arg[])
1
int cmd_alias(char arg[]) {
2
{
-
 
3
 
-
 
4
int result;
2
	int result;
Line 5... Line 3...
5
 
3
 
6
if (NULL == arg || '\0' == arg[0])
-
 
7
	{
4
	if (NULL == arg || '\0' == arg[0]) {
8
	alias_list();
5
		alias_list();
9
	return TRUE;
6
		return TRUE;
Line 10... Line 7...
10
	}
7
	}