changeset 1921:ee9bbf891352

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 27 Jun 2018 19:13:36 +0300
parents be7492a121f0
children 3c6f638ce402
files tools/libgfx.c tools/libgfx.h
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/libgfx.c	Wed Jun 27 19:13:24 2018 +0300
+++ b/tools/libgfx.c	Wed Jun 27 19:13:36 2018 +0300
@@ -1995,6 +1995,7 @@
             if (!dmf_write_byte(fp, tmp) ||
                 !dmf_write_byte(fp, data))
                 return FALSE;
+
             *r_count = 0;
         }
         *l_offs = offs;
--- a/tools/libgfx.h	Wed Jun 27 19:13:24 2018 +0300
+++ b/tools/libgfx.h	Wed Jun 27 19:13:36 2018 +0300
@@ -160,7 +160,6 @@
 int   dmInitBitStreamFILE(DMBitStreamContext *ctx, DMResource *fp);
 
 
-
 #ifdef __cplusplus
 }
 #endif