summaryrefslogtreecommitdiff
path: root/src/libical/icalparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libical/icalparser.h')
-rw-r--r--src/libical/icalparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libical/icalparser.h b/src/libical/icalparser.h
index e8dfb6a9..7d3c4dd5 100644
--- a/src/libical/icalparser.h
+++ b/src/libical/icalparser.h
@@ -269,7 +269,7 @@ LIBICAL_ICAL_EXPORT icalcomponent *icalparser_parse(icalparser *parser,
* @param data The pointer which will be passed to the line_gen_func as argument `d`
*
* If you use any of the icalparser_parser() or icalparser_get_line() functions,
- * the @a line_gen_func that they expect has a third `void* d` argument. This function
+ * the @a line_gen_func that they expect has a third `void *d` argument. This function
* sets what will be passed to your @a line_gen_function as such argument.
*/
LIBICAL_ICAL_EXPORT void icalparser_set_gen_data(icalparser *parser, void *data);