aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/man_extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/man_extractor.c')
-rw-r--r--src/plugins/man_extractor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/man_extractor.c b/src/plugins/man_extractor.c
index 86ba68d..e22fca4 100644
--- a/src/plugins/man_extractor.c
+++ b/src/plugins/man_extractor.c
@@ -52,7 +52,7 @@ stndup (const char *str, size_t n)
52 * makes sure we don't pass empty strings or NULL pointers. 52 * makes sure we don't pass empty strings or NULL pointers.
53 * 53 *
54 * @param type metadata type to use 54 * @param type metadata type to use
55 * @param keyword metdata value; freed in the process 55 * @param keyword metadata value; freed in the process
56 * @param proc function to call with meta data 56 * @param proc function to call with meta data
57 * @param proc_cls closure for 'proc' 57 * @param proc_cls closure for 'proc'
58 * @return 0 to continue extracting, 1 if we are done 58 * @return 0 to continue extracting, 1 if we are done