Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3375 → Rev 3376

/trunk/uspace/app/bdsh/cmds/modules/touch/touch.c
70,8 → 70,7
 
DIR *dirp;
 
/* Count the arguments */
for (argc = 0; argv[argc] != NULL; argc ++);
argc = cli_count_args(argv);
 
if (argc == 1) {
printf("%s - incorrect number of arguments. Try `help %s extended'\n",