POLY: fix syntax error within comment

This commit is contained in:
2014-04-20 16:45:05 +02:00
parent 6f1f1b529c
commit 565ce61273

View File

@@ -362,6 +362,8 @@ OUT_OF_LOOP:
return true; 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 * @param poly to draw