From fbfde6116aea927c0214b3fafee27fd51a590fd2 Mon Sep 17 00:00:00 2001 From: tth Date: Tue, 28 Jun 2022 18:49:21 +0200 Subject: [PATCH] cosmetic --- Lib/colors2.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Lib/colors2.c b/Lib/colors2.c index 5c91871..3d93378 100644 --- a/Lib/colors2.c +++ b/Lib/colors2.c @@ -68,8 +68,9 @@ for (foo=0; fooheight; y++) { @@ -85,7 +86,9 @@ for (y=0; yheight; y++) } } +#if DEBUG_LEVEL fprintf(stderr, "end of %s\n", __func__); +#endif return FULL_NUCKED; }