Skip to content

Commit 08c881a

Browse files
author
Christophe Jaillet
committed
Fix a doxygen warning
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1839872 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6d15da7 commit 08c881a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/apr_json.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ APR_DECLARE(apr_json_value_t *)
366366
* @return Returns the first value, or NULL if not an array, or the array is
367367
* empty.
368368
*/
369-
APR_DECLARE(apr_json_value_t *) apr_json_array_first(const apr_json_value_t *obj)
369+
APR_DECLARE(apr_json_value_t *) apr_json_array_first(const apr_json_value_t *arr)
370370
__attribute__((nonnull(1)));;
371371

372372
/**

0 commit comments

Comments
 (0)