This commit is contained in:
tth 2021-05-10 00:03:28 +02:00
parent 69cb36b84c
commit f67cd9be3e
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ int single_push_picture(FloatImg *pimg)
{ {
int foo; int foo;
char line[1000], buff[100]; char line[1000], buff[100];
char *extension = ".png"; char *extension = "png";
#if DEBUG_LEVEL #if DEBUG_LEVEL
fprintf(stderr, ">>> %s ( %p )\n", __func__, pimg); fprintf(stderr, ">>> %s ( %p )\n", __func__, pimg);