summaryrefslogtreecommitdiffstats
path: root/4/6.c
diff options
context:
space:
mode:
Diffstat (limited to '4/6.c')
-rw-r--r--4/6.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/4/6.c b/4/6.c
index decfb63..d491dba 100644
--- a/4/6.c
+++ b/4/6.c
@@ -202,7 +202,6 @@ int getop(char s[]) {
int count;
for (count = 0; isalnum(s[++i] = c = getch()); count++)
;
-
if (count == 0) {
// syntax "5 A =" means "A = 5"
if (c != '\n' && (nc = getch()) == '=')