diff options
author | David Crosby <dave@dafyddcrosby.com> | 2015-07-22 05:05:54 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2015-08-11 12:59:27 +0000 |
commit | dd9d2a9752b03453dccf09a0f6c9c4bb7f727830 (patch) | |
tree | 35b11d5070c294ccafcf46a74f949c28db96681e /file.c | |
parent | dup can give a negative value (diff) | |
download | w3m-dd9d2a9752b03453dccf09a0f6c9c4bb7f727830.tar.gz w3m-dd9d2a9752b03453dccf09a0f6c9c4bb7f727830.zip |
Remove unused value
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |