# HG changeset patch # User Matti Hamalainen # Date 1529599338 -10800 # Node ID ca9fe688ab6b711f8918d5c4ff7bfa9465dd9512 # Parent 8d7b424197bc4bd266b17eaf4083ed9c6a20c7a3 Cosmetics. diff -r 8d7b424197bc -r ca9fe688ab6b minijss/jloadjss.c --- a/minijss/jloadjss.c Thu Jun 21 19:38:13 2018 +0300 +++ b/minijss/jloadjss.c Thu Jun 21 19:42:18 2018 +0300 @@ -516,7 +516,7 @@ "Failed to read ext.instrument #%d header.\n", index); } - + // Allocate instrument einst = module->extInstruments[index] = jssAllocateExtInstrument(); if (einst == NULL) diff -r 8d7b424197bc -r ca9fe688ab6b src/dmgrowbuf.c --- a/src/dmgrowbuf.c Thu Jun 21 19:38:13 2018 +0300 +++ b/src/dmgrowbuf.c Thu Jun 21 19:42:18 2018 +0300 @@ -98,7 +98,7 @@ memcpy(dst->data, src->data, src->size); if (enlarge > 0) dmMemset(dst->data + src->size, 0, enlarge); - + // And reset some struct information dst->is_const = FALSE; diff -r 8d7b424197bc -r ca9fe688ab6b src/dmlib.h --- a/src/dmlib.h Thu Jun 21 19:38:13 2018 +0300 +++ b/src/dmlib.h Thu Jun 21 19:42:18 2018 +0300 @@ -121,7 +121,7 @@ DMERR_BOUNDS, DMERR_DATA_ERROR, // Data decoding/encoding/parsing error - + DMERR_VERSION, // Unsupported data version // PACK-file subsystem