This commit is contained in:
tth 2022-03-10 16:59:51 +01:00
parent af92ce4e2e
commit 3eb2f549ee
1 changed files with 1 additions and 1 deletions

View File

@ -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;