From aff89a8d3531bee9e51bcdb9a244ff9b38fc1c6d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 3 Dec 2009 14:54:06 +0100 Subject: [PATCH] Fix Doxygen comment --- src/srwutil.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 1.7.10.4