From 9aed2cbda85501e972b835d36df1b105944c259a Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 5 Jun 2009 16:54:27 +0000
Subject: [PATCH] Remove stray empty line.

---
 parsers.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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. */
-- 
2.49.0