comparison tools/lib64gfx.c @ 1433:d8a83582f78f

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 22 Nov 2017 01:33:47 +0200
parents 4c7b456d7f0b
children 3773281491c9
comparison
equal deleted inserted replaced
1432:a9516570cc26 1433:d8a83582f78f
343 343
344 344
345 static int fmtProbeAmicaPaintPacked(const Uint8 *buf, const size_t len, const DMC64ImageFormat *fmt) 345 static int fmtProbeAmicaPaintPacked(const Uint8 *buf, const size_t len, const DMC64ImageFormat *fmt)
346 { 346 {
347 size_t i, n; 347 size_t i, n;
348
348 if (len < 2048 || !dmCompareAddr16(buf, 0, fmt->addr)) 349 if (len < 2048 || !dmCompareAddr16(buf, 0, fmt->addr))
349 return DM_PROBE_SCORE_FALSE; 350 return DM_PROBE_SCORE_FALSE;
350 351
351 // Interpaint Hi-Res gives a false positive 352 // Interpaint Hi-Res gives a false positive
352 // as do some GunPaint images .. 353 // as do some GunPaint images ..