summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2021-12-11 18:05:30 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2021-12-11 18:05:30 +0800
commitff71bb905b20f5e9182596f3313524c161b268bf (patch)
tree74e38b7b986c5219ceb09eae7393e51521a92a40
parent5af7d22c524af334d7d3c4cc81475d7778b94362 (diff)
downloadk&r-exercises-ff71bb905b20f5e9182596f3313524c161b268bf.tar.gz
4.6
-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()) == '=')