added newline to print statement

This commit is contained in:
rossb 2011-03-04 07:53:36 +00:00
commit 399069a2ac

View file

@ -1370,7 +1370,7 @@ int main( int argc, char **argv )
printf(" %s", argv[i] );
printf("\n");
}else{
printf("running with no arguments");
printf("running with no arguments\n");
}
memset(&userOptions, 0, sizeof(userOptions));