X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom%2Fzoomtst4.c;h=a7d7971b4069eb8f54b3dabdc893be994001e851;hb=cec9f9be3944b0d7891bf358a0679f0d32305621;hp=ff1e56329ad2f5ee40866073fdb54fc72ca4fb7d;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35;p=yaz-moved-to-github.git diff --git a/zoom/zoomtst4.c b/zoom/zoomtst4.c index ff1e563..a7d7971 100644 --- a/zoom/zoomtst4.c +++ b/zoom/zoomtst4.c @@ -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. */ @@ -45,7 +45,7 @@ int main(int argc, char **argv) /* set proxy */ ZOOM_options_set (o, "proxy", argv[1]); - + /* create query */ q = ZOOM_query_create (); if (ZOOM_query_prefix (q, argv[argc-1]))