summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjailletc36 <jailletc36@13f79535-47bb-0310-9956-ffa450edef68>2018-09-02 07:57:22 +0000
committerjailletc36 <jailletc36@13f79535-47bb-0310-9956-ffa450edef68>2018-09-02 07:57:22 +0000
commitd2ff69b1cfffa388ac4e2f0e12c6795e16e20454 (patch)
tree69aff871df82559e8d43e82b88e48de14a70c2f4 /include
parent5132747ee41b5b88b90259c2ecbed9ed2e1ca8a7 (diff)
downloadlibapr-d2ff69b1cfffa388ac4e2f0e12c6795e16e20454.tar.gz
Fix a doxygen warning
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1839872 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr_json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_json.h b/include/apr_json.h
index 55c4806b5..b0776551e 100644
--- a/include/apr_json.h
+++ b/include/apr_json.h
@@ -366,7 +366,7 @@ APR_DECLARE(apr_json_value_t *)
* @return Returns the first value, or NULL if not an array, or the array is
* empty.
*/
-APR_DECLARE(apr_json_value_t *) apr_json_array_first(const apr_json_value_t *obj)
+APR_DECLARE(apr_json_value_t *) apr_json_array_first(const apr_json_value_t *arr)
__attribute__((nonnull(1)));;
/**