From: Adam Dickmeiss Date: Thu, 3 Dec 2009 13:54:06 +0000 (+0100) Subject: Fix Doxygen comment X-Git-Tag: v4.0.0~92^2~1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=aff89a8d3531bee9e51bcdb9a244ff9b38fc1c6d Fix Doxygen comment --- diff --git a/src/srwutil.c b/src/srwutil.c index d011233..b0d387e 100644 --- a/src/srwutil.c +++ b/src/srwutil.c @@ -14,8 +14,9 @@ #include /** \brief decodes HTTP path (which should hold SRU database) - \param o memory for returned result + \param n memory for returned result \param uri URI path (up to but not including ?) + \param len URI len (up to but not including ?) \returns ODR allocated database */ static char *yaz_decode_sru_dbpath_odr(ODR n, const char *uri, size_t len)