mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
tiny_libmaker: fix a comment
This commit is contained in:
parent
3f21d81073
commit
1751588435
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user