Fix doxygen comment

This commit is contained in:
hasufell 2014-05-10 19:34:43 +02:00
parent 7610843935
commit 8e4da0763a
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020

View File

@ -105,7 +105,7 @@ void print_plain_faces(FACE face, uint32_t fc)
/** /**
* Print all coordinates of a vector. * 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) void print_vector(vector *vec)
{ {