fix typo in debug code

このコミットが含まれているのは:
tTh
2024-03-21 16:10:06 +01:00
コミット 387c25401c

ファイルの表示

@@ -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++) {