changeset 934:fa15335238cf

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Feb 2015 19:59:28 +0200
parents 8fe48c08dbca
children 77c07853797b
files tools/lib64gfx.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.c	Wed Feb 25 19:51:14 2015 +0200
+++ b/tools/lib64gfx.c	Wed Feb 25 19:59:28 2015 +0200
@@ -921,6 +921,7 @@
         {
             size_t diff = allocated - (op->offs + size + 2),
                    grow = (diff / (BUF_SIZE_GROW - 1)) * BUF_SIZE_GROW;
+
             allocated += grow;
 
             if ((buf = dmRealloc(buf, allocated)) == NULL)