changeset 1449:c1f59416d713

Oops, non-matching function prototype committed. Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 10 May 2018 05:53:08 +0300
parents 50402c225ef4
children 61a486e25dc7
files tools/lib64gfx.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.h	Thu May 10 05:23:02 2018 +0300
+++ b/tools/lib64gfx.h	Thu May 10 05:53:08 2018 +0300
@@ -198,7 +198,7 @@
 int       dmC64ProbeBMP(const Uint8 *buf, const size_t len, const DMC64ImageFormat **fmt);
 
 int       dmC64DecodeGenericBMP(DMC64Image *img, const Uint8 *buf, const size_t len, const DMC64ImageFormat *fmt);
-int       dmC64EncodeGenericBMP(Uint8 **pbuf, size_t *plen, const size_t baseOffs, const DMC64Image *img, const DMC64ImageFormat *fmt);
+int       dmC64EncodeGenericBMP(Uint8 **pbuf, size_t *plen, const DMC64Image *img, const DMC64ImageFormat *fmt);
 
 int       dmC64ConvertBMP2Image(DMImage **pdst, const DMC64Image *src, const DMC64ImageFormat *fmt);