From 60dbab44f5c8363eb7ac6f11f09d99603a0b5dbf 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 RAND: merged conflict --- src/poly.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/poly.c b/src/poly.c index 8e84534..6f00be2 100644 --- a/src/poly.c +++ b/src/poly.c @@ -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 */