forked from tTh/FloatImg
fix typo in debug code
This commit is contained in:
parent
9fb09f401f
commit
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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user