commit 6f7bc33451d898076226b484fe76f5776010ec4f parent b77eaca95b0bebcbf76eb5214d74a1dab7bf487a Author: Nihal Jere <nihal@nihaljere.xyz> Date: Wed, 12 Jan 2022 22:22:47 -0600 style Diffstat:
M | npm-core.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/npm-core.c b/npm-core.c @@ -50,7 +50,8 @@ usage() exit(1); } -int main(int argc, char *argv[]) +int +main(int argc, char *argv[]) { size_t len; FILE *file = NULL;