POLY: fix syntax error within comment

RAND: merged conflict
This commit is contained in:
hasufell 2014-04-20 16:45:05 +02:00 committed by malte
parent 90a01a03ec
commit 60dbab44f5
1 changed files with 3 additions and 1 deletions

View File

@ -362,7 +362,9 @@ OUT_OF_LOOP:
return true;
}
/* Print the polynomial in a human readable format to stdout.
/**
* Print the polynomial in a human readable format to stdout.
*
* @param poly to draw
*/