Fix retval logic explanation

This commit is contained in:
Ervin Hegedus
2025-04-27 11:25:59 +02:00
parent ed24e70c58
commit c11bd6c6f2

View File

@@ -3709,8 +3709,8 @@ static const char *cmd_cache_transformations(cmd_parms *cmd, void *_dcfg,
* \param _dcfg Pointer to directory configuration * \param _dcfg Pointer to directory configuration
* \param p1 Pointer to configuration option * \param p1 Pointer to configuration option
* *
* \retval NULL On failure * \retval NULL On Success
* \retval apr_psprintf On Success * \retval apr_psprintf On error
*/ */
static const char *cmd_parse_xml_into_args(cmd_parms *cmd, void *_dcfg, const char *p1) static const char *cmd_parse_xml_into_args(cmd_parms *cmd, void *_dcfg, const char *p1)
{ {