diff --git a/src/scheduler.c b/src/scheduler.c
index a1c883fabdac3397692ac7bb93dbd5586fb3f19b..85c3727a1ebe9297943bf74a5b407ec5b5e46322 100644
--- a/src/scheduler.c
+++ b/src/scheduler.c
@@ -1028,6 +1028,7 @@ void scheduler_splittasks_mapper(void *map_data, int num_elements,
  * @param s The #scheduler.
  * @param fof_tasks Are we splitting the FOF tasks (1)? Or the regular tasks
  * (0)?
+ * @param verbose Are we talkative?
  */
 void scheduler_splittasks(struct scheduler *s, const int fof_tasks,
                           const int verbose) {