From 8e4da0763ac3de50e4994534d5a1a5f4f28dead9 Mon Sep 17 00:00:00 2001 From: hasufell Date: Sat, 10 May 2014 19:34:43 +0200 Subject: [PATCH] Fix doxygen comment --- src/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/print.c b/src/print.c index 5432805..6043f07 100644 --- a/src/print.c +++ b/src/print.c @@ -105,7 +105,7 @@ void print_plain_faces(FACE face, uint32_t fc) /** * Print all coordinates of a vector. * - * @param the vector we want to print + * @param vec the vector we want to print */ void print_vector(vector *vec) {