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 08:02:03 UTC

svn commit: r1839873 - /apr/apr-util/branches/1.7.x/include/apr_json.h

Author: jailletc36
Date: Sun Sep  2 08:02:03 2018
New Revision: 1839873

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

Backport r1839872 from trunk

Modified:
    apr/apr-util/branches/1.7.x/include/apr_json.h

Modified: apr/apr-util/branches/1.7.x/include/apr_json.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/include/apr_json.h?rev=1839873&r1=1839872&r2=1839873&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/include/apr_json.h (original)
+++ apr/apr-util/branches/1.7.x/include/apr_json.h Sun Sep  2 08:02:03 2018
@@ -366,7 +366,7 @@ APU_DECLARE(apr_json_value_t *)
  * @return Returns the first value, or NULL if not an array, or the array is
  *   empty.
  */
-APU_DECLARE(apr_json_value_t *) apr_json_array_first(const apr_json_value_t *obj)
+APU_DECLARE(apr_json_value_t *) apr_json_array_first(const apr_json_value_t *arr)
         __attribute__((nonnull(1)));;
 
 /**