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