Remove unused value

This commit is contained in:
David Crosby
2015-07-21 23:05:54 -06:00
committed by Tatsuya Kinoshita
parent 73550486ff
commit dd9d2a9752
-1
View File
@@ -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;