comparison tools/64vw.c @ 2202:455a3849b8ac

Comments and cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 14 Jun 2019 01:56:47 +0300
parents 9f3fb4004c20
children cbac4912992c
comparison
equal deleted inserted replaced
2201:9f3fb4004c20 2202:455a3849b8ac
191 else 191 else
192 return FALSE; 192 return FALSE;
193 } 193 }
194 194
195 195
196 int dmReadC64Image(const char *filename, const DMC64ImageFormat *forced, const DMC64ImageFormat **fmt, DMC64Image **cimage) 196 int dmReadC64Image(const char *filename, const DMC64ImageFormat *forced,
197 const DMC64ImageFormat **fmt, DMC64Image **cimage)
197 { 198 {
198 Uint8 *dataBuf = NULL; 199 Uint8 *dataBuf = NULL;
199 size_t dataSize; 200 size_t dataSize;
200 DMGrowBuf tmp; 201 DMGrowBuf tmp;
201 int ret; 202 int ret;