Tiny mismatch with current code

This commit is contained in:
Steve Underwood 2013-01-02 22:44:14 +08:00
parent 79d578adeb
commit f9d4e290cf
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ int main(int argc, char *argv[])
TIFFSetField(tiff_file, TIFFTAG_CLEANFAXDATA, CLEANFAXDATA_CLEAN);
TIFFSetField(tiff_file, TIFFTAG_IMAGELENGTH, image_length);
TIFFCheckpointDirectory(tiff_file);
/* Write the image first.... */
switch (sequence[i].type)
{