comparison lib64gfx.c @ 519:feaaf0e2ecbe

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Nov 2012 17:25:05 +0200
parents 63849f85db57
children d0c0c6baeb57
comparison
equal deleted inserted replaced
518:63849f85db57 519:feaaf0e2ecbe
171 else 171 else
172 *dst++ = c; 172 *dst++ = c;
173 } 173 }
174 174
175 res = dmC64DecodeGenericBMP(img, mem, dst - mem + 1, fmt); 175 res = dmC64DecodeGenericBMP(img, mem, dst - mem + 1, fmt);
176 176
177 dmFree(mem); 177 dmFree(mem);
178
179 return res; 178 return res;
180 } 179 }
181 180
182 181
183 static int fmtProbeDrazLace10Packed(const Uint8 *buf, const size_t len, const DMC64ImageFormat *fmt) 182 static int fmtProbeDrazLace10Packed(const Uint8 *buf, const size_t len, const DMC64ImageFormat *fmt)