aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorDavid Crosby <dave@dafyddcrosby.com>2015-07-22 05:05:54 +0000
committerTatsuya Kinoshita <tats@debian.org>2015-08-11 12:59:27 +0000
commitdd9d2a9752b03453dccf09a0f6c9c4bb7f727830 (patch)
tree35b11d5070c294ccafcf46a74f949c28db96681e /file.c
parentdup can give a negative value (diff)
downloadw3m-dd9d2a9752b03453dccf09a0f6c9c4bb7f727830.tar.gz
w3m-dd9d2a9752b03453dccf09a0f6c9c4bb7f727830.zip
Remove unused value
Diffstat (limited to 'file.c')
-rw-r--r--file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/file.c b/file.c
index 098fe00..4e8e4d3 100644
--- a/file.c
+++ b/file.c
@@ -7208,7 +7208,6 @@ loadHTMLstream(URLFile *f, Buffer *newBuf, FILE * src, int internal)
HTMLlineproc0(lineBuf2->ptr, &htmlenv1, internal);
}
if (obuf.status != R_ST_NORMAL) {
- obuf.status = R_ST_EOL;
HTMLlineproc0("\n", &htmlenv1, internal);
}
obuf.status = R_ST_NORMAL;