From: "Brendan O'Dea" <bod@debian.org>
Message-ID: <
20040215122717.GA26812@londo.c47.org>
p4raw-id: //depot/perl@22309
}
else {
/* output escaped char (with line breaks) */
- assert(p < end)
+ assert(p < end);
if (eol_len && linelen > MAX_LINE - 4) {
sv_catpvn(RETVAL, "=", 1);
sv_catpvn(RETVAL, eol, eol_len);