X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ccl%2Fcclptree.c;fp=ccl%2Fcclptree.c;h=055a140cafeabe786e7b438711961bf21d35fcb6;hp=e1086456c0ac574f6be3b85fc6e668fcdd124fba;hb=e903da3b97a96b97de07a6a6deebf4b64d63a152;hpb=47665d5b746ad35798802738a6bb9118b8b1f20d 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) {