changeset 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 b97f273a9d54
files tools/libgfx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/libgfx.c	Mon Jun 25 13:52:20 2018 +0300
+++ b/tools/libgfx.c	Mon Jun 25 14:04:06 2018 +0300
@@ -343,7 +343,7 @@
             prefix, filename);
     }
 
-    return dmferror(fp);
+    return DMERR_OK;
 }