summaryrefslogtreecommitdiffstats
path: root/4/11.c
diff options
context:
space:
mode:
Diffstat (limited to '4/11.c')
-rw-r--r--4/11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/4/11.c b/4/11.c
index 010a463..1e30740 100644
--- a/4/11.c
+++ b/4/11.c
@@ -162,7 +162,7 @@ int getop(char s[]) {
rc = strcmp("LOUT", s) == 0 || strlen(s) == 1 ? VAR : FUN;
}
- s[i] = 0;
+ s[i] = 0;
return rc;
}