fix typo in debug code

This commit is contained in:
tTh 2024-03-21 16:10:06 +01:00
parent 9fb09f401f
commit 387c25401c
1 changed files with 2 additions and 1 deletions

View File

@ -425,8 +425,9 @@ int des_bords_sombres_b(FloatImg *pimg, int nbre)
{
int idx, x, foo;
float coef, *fptr;
#if DEBUG_LEVEL
fprintf(stderr, ">>> %s ( %p %d )\n", __func__, pimg, offset);
fprintf(stderr, ">>> %s ( %p %d )\n", __func__, pimg, nbre);
#endif
for (idx=0; idx<nbre; idx++) {