From 3eb2f549ee848db26e6a725bdd6ee2fc1a74774d Mon Sep 17 00:00:00 2001 From: tth Date: Thu, 10 Mar 2022 16:59:51 +0100 Subject: [PATCH] cosmetic --- tools/fimgops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fimgops.c b/tools/fimgops.c index 9775890..c990c90 100644 --- a/tools/fimgops.c +++ b/tools/fimgops.c @@ -85,7 +85,7 @@ switch (action) { case OP_SUB: foo = fimg_sub_3(A, B, D); break; case OP_MIX: - if (verbosity) fprintf(stderr, "%s:mix: fvalue is %f\n", + if (verbosity) fprintf(stderr, "%s: mix: fvalue is %f\n", __func__, global_fvalue); foo = fimg_interpolate(A, B, D, global_fvalue); break;