X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fcql2pqf.c;h=eec4767ea9e6e4f41b799e27071142179ca4eaac;hp=1073abf60f074653420d186702d46b703d21284b;hb=82f131850739c5806dde4e868654581cb1352cc1;hpb=6bba4a5ab440d5bfd06e547ebc1a2cae9e35cb30 diff --git a/util/cql2pqf.c b/util/cql2pqf.c index 1073abf..eec4767 100644 --- a/util/cql2pqf.c +++ b/util/cql2pqf.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2013 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ #if HAVE_CONFIG_H @@ -27,7 +27,7 @@ int main(int argc, char **argv) char *query = 0; char *fname = 0; int reverse = 0; - int verbose = 0 + int verbose = 0; int do_strict = 0; int ret;