From e903da3b97a96b97de07a6a6deebf4b64d63a152 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 16 Oct 2003 10:18:29 +0000 Subject: [PATCH] Remove extra ; --- ccl/cclptree.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) { -- 1.7.10.4