fixed bug in DEBUG_LEVEL code

This commit is contained in:
tth 2020-07-22 18:18:20 +02:00
parent 7eee0bd4d9
commit 288c5a57df
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ float *M; /* alias of filter matrix */
double dval;
#if DEBUG_LEVEL
fprintf(stderr, ">>> %s ( %p %p %p)\n", __func__, s, d, filtr);
fprintf(stderr, ">>> %s ( %p %p %p)\n", __func__, src, dst, filtr);
#endif
/* aliasing some vars for cleaner code */