small clean

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

View File

@ -87,7 +87,7 @@ return 0;
*/ */
int export_fifo(char *fname, int notused) int export_fifo(char *fname, int notused)
{ {
int foo, type; int foo;
#if DEBUG_LEVEL #if DEBUG_LEVEL
fprintf(stderr, ">>> %s ( '%s' %d )\n", __func__, fname, notused); fprintf(stderr, ">>> %s ( '%s' %d )\n", __func__, fname, notused);
@ -118,7 +118,7 @@ return 0;
int insert_picture(FloatImg *src) int insert_picture(FloatImg *src)
{ {
FloatImg *dst; FloatImg *dst;
int nbre, foo; int nbre;
#if DEBUG_LEVEL #if DEBUG_LEVEL
fprintf(stderr, ">>> %s ( %p )\n", __func__, src); fprintf(stderr, ">>> %s ( %p )\n", __func__, src);