From: Fabian Keil Date: Fri, 5 Jun 2009 16:54:27 +0000 (+0000) Subject: Remove stray empty line. X-Git-Tag: v_3_0_13~44 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=9aed2cbda85501e972b835d36df1b105944c259a;p=privoxy.git Remove stray empty line. --- diff --git a/parsers.c b/parsers.c index fafd0e8e..3b9b0170 100644 --- a/parsers.c +++ b/parsers.c @@ -1,4 +1,4 @@ -const char parsers_rcs[] = "$Id: parsers.c,v 1.172 2009/06/01 16:34:48 fabiankeil Exp $"; +const char parsers_rcs[] = "$Id: parsers.c,v 1.173 2009/06/05 16:53:55 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/parsers.c,v $ @@ -485,7 +485,6 @@ jb_err decompress_iob(struct client_state *csp) { /* A null-terminated string is supposed to follow. */ while (*cur++ && (cur < csp->iob->eod)); - } /* Skip the comment if necessary. */