commit 7832845f15332a8e0533f26948258d8d5de6c428 parent 9c8ec4892fed58fb168c63a358d8ad33a0987523 Author: Nihal Jere <nihal@nihaljere.xyz> Date: Thu, 21 Oct 2021 21:52:37 -0500 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;