Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jul 3, 2024
1 parent 8c9dfd7 commit 902b13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qjsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ int main(int argc, char **argv)
namelist_add(&cmodule_list, "std", "std", 0);
namelist_add(&cmodule_list, "os", "os", 0);

for (;;) {
for(;;) {
c = getopt(argc, argv, "ho:N:mn:mxesvM:p:S:D:");
if (c == -1)
break;
Expand Down

0 comments on commit 902b13b

Please sign in to comment.