From 565ce61273810c32b2a5e781745aa9215a039ef8 Mon Sep 17 00:00:00 2001 From: hasufell Date: Sun, 20 Apr 2014 16:45:05 +0200 Subject: [PATCH] POLY: fix syntax error within comment --- src/poly.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/poly.c b/src/poly.c index e4c1d43..6f00be2 100644 --- a/src/poly.c +++ b/src/poly.c @@ -362,6 +362,8 @@ OUT_OF_LOOP: return true; } + +/** * Print the polynomial in a human readable format to stdout. * * @param poly to draw