This commit is contained in:
tth 2021-04-03 19:56:46 +02:00
parent 327cadd03a
commit eaf49ad47d
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ for (idx=0; idx<sz; idx++) {
int fimg_highlight_color(FloatImg *src, FloatImg *dst, char color, float fval)
{
#ifdef DEBUG_LEVEL
#if DEBUG_LEVEL
fprintf(stderr, ">>> %s ( %p %p [%c] %f )\n", __func__,
src, dst, color, fval);
#endif