just a back to the line

master
Philippe Pittoli 2011-09-19 00:07:32 +02:00
parent 3a2a7fe7aa
commit 2b6e07e983
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ int main(int argc, char * argv[])
break; break;
case 'o': case 'o':
case 'l': case 'l':
fprintf(stdout,"option %c",option); fprintf(stdout,"option %c\n",option);
break; break;
case '?': case '?':
fprintf(stdout,"erreur : %s\n",optopt); fprintf(stdout,"erreur : %s\n",optopt);