diff src/dmres.c @ 1122:320dcfd1bd75

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Mar 2015 04:38:39 +0200
parents 043b5942fdb6
children 7842e977d3df
line wrap: on
line diff
--- a/src/dmres.c	Wed Mar 04 04:37:58 2015 +0200
+++ b/src/dmres.c	Wed Mar 04 04:38:39 2015 +0200
@@ -412,6 +412,7 @@
     // Initialize decompression structures
     if ((ret = dmZLibInitInflate(&ctx)) != DMERR_OK)
         goto out;
+
     ctx.inBuffer     = ctx.inBufferStart = inBuf;
     ctx.inBufferEnd  = inBuf + node->length;
     ctx.outBuffer    = ctx.outBufferStart = handle->rawData;