X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Frpn2cql.c;h=cac867d79dc70587cf05628be00b302cb895f117;hb=1b750a9f8ea0d258fde61f5bac2d5af5bd783eb0;hp=25ee13894976f56aea84e3ecf7425122e8d8d7ca;hpb=266cfeafc17930bfa6fb7eed92f80b8c751f43b4;p=yaz-moved-to-github.git diff --git a/src/rpn2cql.c b/src/rpn2cql.c index 25ee138..cac867d 100644 --- a/src/rpn2cql.c +++ b/src/rpn2cql.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data + * Copyright (C) 1995-2013 Index Data * See the file LICENSE for details. */ /** @@ -173,7 +173,7 @@ static Odr_int lookup_truncation(Z_AttributeList *attributes) } /* No truncation specified */ return 0; -}; +} static int rpn2cql_simple(cql_transform_t ct, void (*pr)(const char *buf, void *client_data),