diff options
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)); |