You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ja...@apache.org on 2018/09/02 07:57:23 UTC

svn commit: r1839872 - /apr/apr/trunk/include/apr_json.h

Author: jailletc36
Date: Sun Sep  2 07:57:22 2018
New Revision: 1839872

URL: http://svn.apache.org/viewvc?rev=1839872&view=rev
Log:
Fix a doxygen warning

Modified:
    apr/apr/trunk/include/apr_json.h

Modified: apr/apr/trunk/include/apr_json.h
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_json.h?rev=1839872&r1=1839871&r2=1839872&view=diff
==============================================================================
--- apr/apr/trunk/include/apr_json.h (original)
+++ apr/apr/trunk/include/apr_json.h Sun Sep  2 07:57:22 2018
@@ -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)));;
 
 /**