GFS: scan handler gets extra_args from request
[yaz-moved-to-github.git] / util / cql2xcql.c
index 31a9e51..e2aa5c8 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the YAZ toolkit.
- * Copyright (C) 1995-2011 Index Data
+ * Copyright (C) 1995-2013 Index Data
  * See the file LICENSE for details.
  */
 #if HAVE_CONFIG_H
@@ -48,7 +48,7 @@ int main(int argc, char **argv)
             do_sortkeys = 1;
             break;
         default:
-            usage(prog);            
+            usage(prog);
         }
     }
 
@@ -75,7 +75,7 @@ int main(int argc, char **argv)
         if (do_sortkeys)
         {
             WRBUF w = wrbuf_alloc();
-            r = cql_sortby_to_sortkeys(cql_parser_result(cp), 
+            r = cql_sortby_to_sortkeys(cql_parser_result(cp),
                                        wrbuf_vp_puts, w);
             if (r == 0)
                 printf("sortkeys: %s\n", wrbuf_cstr(w));