Remove excess blank line from calc.c

This commit is contained in:
Landon Curt Noll
2021-12-06 21:13:53 -08:00
parent 71138215a9
commit 7417f2e776
2 changed files with 70 additions and 1 deletions

1
calc.c
View File

@@ -548,7 +548,6 @@ main(int argc, char **argv)
setbuf(stdout, NULL);
}
/*
* initialize
*/