summaryrefslogtreecommitdiff
path: root/include/apr_json.h
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2018-09-02 07:57:22 +0000
committerChristophe Jaillet <jailletc36@apache.org>2018-09-02 07:57:22 +0000
commit08c881a9a4d9b713f89c8809422a640e9c25c233 (patch)
tree69aff871df82559e8d43e82b88e48de14a70c2f4 /include/apr_json.h
parent6d15da7e8ac3ec5b457b90b65754b690131ba3db (diff)
downloadapr-08c881a9a4d9b713f89c8809422a640e9c25c233.tar.gz
Fix a doxygen warning
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1839872 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_json.h')
-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)));;
/**