comparison tools/lib64fmts.c @ 1813:cfe9807a1e64

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 21 Jun 2018 13:07:44 +0300
parents 7460a9b804e9
children 2b68b6955635
comparison
equal deleted inserted replaced
1812:7460a9b804e9 1813:cfe9807a1e64
633 return DMERR_MALLOC; 633 return DMERR_MALLOC;
634 634
635 tmp.len = tmp.size; 635 tmp.len = tmp.size;
636 res = dmC64DecodeGenericBMP(img, &tmp, fmt); 636 res = dmC64DecodeGenericBMP(img, &tmp, fmt);
637 dmGrowBufFree(&tmp); 637 dmGrowBufFree(&tmp);
638
639 return res; 638 return res;
640 } 639 }
641 640
642 641
643 static int fmtProbeCosmosDesignsHiresManager(const DMGrowBuf *buf, const DMC64ImageFormat *fmt) 642 static int fmtProbeCosmosDesignsHiresManager(const DMGrowBuf *buf, const DMC64ImageFormat *fmt)