comparison tools/gfxconv.c @ 2292:9269a32ba7f9

Comment.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 03 Jul 2019 08:49:59 +0300
parents 48b48251610a
children 046056326041
comparison
equal deleted inserted replaced
2291:4f3bd5710585 2292:9269a32ba7f9
1750 goto error; 1750 goto error;
1751 } 1751 }
1752 } 1752 }
1753 1753
1754 error: 1754 error:
1755 // Cleanup
1755 if (outFile != NULL) 1756 if (outFile != NULL)
1756 fclose(outFile); 1757 fclose(outFile);
1757 1758
1758 dmFree(tmpBuf); 1759 dmFree(tmpBuf);
1759 1760