tiny_libmaker: fix a comment

master
Avi Halachmi (:avih) 2016-06-19 22:19:06 +03:00
parent 3f21d81073
commit 1751588435
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ int main(int argc, char **argv)
i_obj = i;
}
}
if (!i_obj) // implies also no i_lib
if (!i_obj) // i_obj implies also i_lib. we require both.
return usage(1);
if ((fh = fopen(argv[i_lib], "wb")) == NULL)