From: Adam Dickmeiss Date: Thu, 16 Oct 2003 10:18:29 +0000 (+0000) Subject: Remove extra ; X-Git-Tag: YAZ.2.0.5.pre2~18 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=e903da3b97a96b97de07a6a6deebf4b64d63a152 Remove extra ; --- diff --git a/ccl/cclptree.c b/ccl/cclptree.c index e108645..055a140 100644 --- a/ccl/cclptree.c +++ b/ccl/cclptree.c @@ -44,7 +44,7 @@ /* CCL print rpn tree - infix notation * Europagate, 1995 * - * $Id: cclptree.c,v 1.14 2003-06-24 23:03:04 adam Exp $ + * $Id: cclptree.c,v 1.15 2003-10-16 10:18:29 adam Exp $ * * Old Europagate Log: * @@ -79,8 +79,7 @@ void fprintSpaces(int indent,FILE * fd_out) char buf[100]; sprintf(buf,"%%%d.s",indent); fprintf(fd_out,buf," "); -}; - +} void ccl_pr_tree_as_qrpn(struct ccl_rpn_node *rpn, FILE *fd_out, int indent) {