comparison tools/libgfx.c @ 1887:297aa8f0ca7f

Return DMERR_OK instead of dmferror(fp) dmWriteIFFMasterRAWHeader().
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 25 Jun 2018 14:04:06 +0300
parents 1af79412f249
children cbc911ffd21e
comparison
equal deleted inserted replaced
1886:1af79412f249 1887:297aa8f0ca7f
341 dmfprintf(fp, 341 dmfprintf(fp,
342 "%s: incbin \"%s\"\n", 342 "%s: incbin \"%s\"\n",
343 prefix, filename); 343 prefix, filename);
344 } 344 }
345 345
346 return dmferror(fp); 346 return DMERR_OK;
347 } 347 }
348 348
349 349
350 static BOOL dmWriteRAWRow(DMBitStreamContext *bs, const DMImage *img, const DMImageConvSpec *spec, const int yc, const int plane) 350 static BOOL dmWriteRAWRow(DMBitStreamContext *bs, const DMImage *img, const DMImageConvSpec *spec, const int yc, const int plane)
351 { 351 {