diff options
author | sinanmohd <sinan@firemail.cc> | 2023-05-13 22:35:26 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-05-13 22:35:26 +0530 |
commit | 590c098937e0cfcce4531f86807b030ee345f990 (patch) | |
tree | 91d196912c30e4fd6d1f71aed49a05a44812f075 /7.5/main.c | |
parent | 563cea897121b33cc5e98dc6ed3a36eb39d52766 (diff) |
7.5: v2 using more of sacnf
Diffstat (limited to '7.5/main.c')
-rw-r--r-- | 7.5/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ int main(void) int opd2; int c; - while ((c = getop(op, MAXOP))) { + while ((c = getop(op, MAXOP)) != EOF) { switch (c) { case NUM: push(atof(op)); |