X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsrwutil.c;h=9c21af556b6b8702b1f379cee79d67546cf7c091;hb=caa5ae948706a481006e6d8d2abea24dec56b672;hp=943653e723b323132fe19e714700e52fc43b2954;hpb=162ee9de8503efe26215c487e10789f6cfcc6d17;p=yaz-moved-to-github.git diff --git a/src/srwutil.c b/src/srwutil.c index 943653e..9c21af5 100644 --- a/src/srwutil.c +++ b/src/srwutil.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2006, Index Data ApS * See the file LICENSE for details. * - * $Id: srwutil.c,v 1.49 2006-09-06 13:37:51 adam Exp $ + * $Id: srwutil.c,v 1.50 2006-09-06 15:21:26 adam Exp $ */ /** * \file srwutil.c @@ -80,7 +80,7 @@ static void yaz_array_to_uri_ex(char **path, ODR o, char **name, char **value, void yaz_array_to_uri(char **path, ODR o, char **name, char **value) { - return yaz_array_to_uri_ex(path, o, name, value, 0); + yaz_array_to_uri_ex(path, o, name, value, 0); } int yaz_uri_array(const char *path, ODR o, char ***name, char ***val)