summaryrefslogtreecommitdiff
path: root/src/input/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/filter.c')
-rw-r--r--src/input/filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/filter.c b/src/input/filter.c
index 7d7b340..cead308 100644
--- a/src/input/filter.c
+++ b/src/input/filter.c
@@ -305,7 +305,7 @@ parserutils_error parserutils_filter_process_chunk(parserutils_filter *input,
* Reset an input filter's state
*
* \param input The input filter to reset
- * \param PARSERUTILS_OK on success, appropriate error otherwise
+ * \return PARSERUTILS_OK on success, appropriate error otherwise
*/
parserutils_error parserutils_filter_reset(parserutils_filter *input)
{