From: Adam Dickmeiss Date: Wed, 2 Nov 2005 21:41:27 +0000 (+0000) Subject: Avoid mixed decl/stmt X-Git-Tag: YAZ.2.1.10~26 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=ca600d51e7c35d506e928b54fe78fb049a3cd1c3 Avoid mixed decl/stmt --- 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"); } }