minor fix

This commit is contained in:
tth 2020-08-22 12:09:53 +02:00
parent e3cd73e7db
commit 3063107b38
1 changed files with 1 additions and 1 deletions

View File

@ -85,6 +85,6 @@ TIFFClose(tiff);
free(linebuff);
return -1;
return 0;
}
/* --------------------------------------------------------------------- */