summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index e22f0b15ce..8029a3e026 100644
--- a/ruby.c
+++ b/ruby.c
@@ -262,7 +262,7 @@ readin(fd, fname)
if (xflag) {
char *s = p;
- *pend = '\0';
+ *pend = '\0';
xflag = FALSE;
while (p < pend) {
while (s < pend && *s != '\n') s++;