X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom%2Fzoomtst4.c;h=a7d7971b4069eb8f54b3dabdc893be994001e851;hb=cc94e0b0a1ff9b42754b57049434df7db6fb0e7c;hp=dd88922418b5f7b513be148550b6e77237a50941;hpb=379504a233e3e2cc85bca1e7b6d864f1395aec7c;p=yaz-moved-to-github.git diff --git a/zoom/zoomtst4.c b/zoom/zoomtst4.c index dd88922..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-2009 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]))