small clean
This commit is contained in:
parent
387c25401c
commit
5afb90bedf
@ -87,7 +87,7 @@ return 0;
|
||||
*/
|
||||
int export_fifo(char *fname, int notused)
|
||||
{
|
||||
int foo, type;
|
||||
int foo;
|
||||
|
||||
#if DEBUG_LEVEL
|
||||
fprintf(stderr, ">>> %s ( '%s' %d )\n", __func__, fname, notused);
|
||||
@ -118,7 +118,7 @@ return 0;
|
||||
int insert_picture(FloatImg *src)
|
||||
{
|
||||
FloatImg *dst;
|
||||
int nbre, foo;
|
||||
int nbre;
|
||||
|
||||
#if DEBUG_LEVEL
|
||||
fprintf(stderr, ">>> %s ( %p )\n", __func__, src);
|
||||
|
Loading…
Reference in New Issue
Block a user