formatting fix

This commit is contained in:
Nick Clifton
2001-01-13 19:45:52 +00:00
parent 05df362ef6
commit b7ed8fad53
7 changed files with 15 additions and 6 deletions

View File

@@ -550,7 +550,7 @@ parse_args (argc, argv)
--optind;
optc = getopt_long (argc, argv, shortopts, really_longopts, &longind);
}
if (optc == -1)
break;