From ca600d51e7c35d506e928b54fe78fb049a3cd1c3 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 2 Nov 2005 21:41:27 +0000 Subject: [PATCH] Avoid mixed decl/stmt --- zoom/zoomsh.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zoom/zoomsh.c b/zoom/zoomsh.c index 3f31b1a..fb25837 100644 --- a/zoom/zoomsh.c +++ b/zoom/zoomsh.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: zoomsh.c,v 1.38 2005-11-01 15:07:29 adam Exp $ + * $Id: zoomsh.c,v 1.39 2005-11-02 21:41:27 adam Exp $ */ /* ZOOM-C Shell */ @@ -136,10 +136,11 @@ static void cmd_rget(ZOOM_connection *c, ZOOM_resultset *r, int i; for (i = 0; i"); } } -- 1.7.10.4