summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/mate/mate_util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/mate/mate_util.c b/plugins/mate/mate_util.c
index 079b9ef94a..8378d9b456 100644
--- a/plugins/mate/mate_util.c
+++ b/plugins/mate/mate_util.c
@@ -847,9 +847,9 @@ extern void merge_avpl(AVPL* dst, AVPL* src, gboolean copy_avps) {
/**
* merge_avpl:
- * @param name: the name of the new avpl.
- * @param avpl: the avpl from which to get the avps.
- * @param copy_avps: whether avps should be copied instead of referenced.
+ * @param name the name of the new avpl.
+ * @param avpl the avpl from which to get the avps.
+ * @param copy_avps whether avps should be copied instead of referenced.
*
* Creates a new avpl containing the same avps as the given avpl
* It will either reference or copie the avps.