# HG changeset patch # User Matti Hamalainen # Date 1425590558 -7200 # Node ID f57dc769bd39141c2e6e4f01dbced135547c07bd # Parent 66c79bae87045d9869262fd638fbd7d96f6c5e74 Cosmetic. diff -r 66c79bae8704 -r f57dc769bd39 minijss/jloadjss.c --- a/minijss/jloadjss.c Thu Mar 05 23:14:15 2015 +0200 +++ b/minijss/jloadjss.c Thu Mar 05 23:22:38 2015 +0200 @@ -337,13 +337,14 @@ *ppModule = module; // Copy header information + module->defFlags = jssH.defFlags; + module->intVersion = jssH.intVersion; + module->norders = jssH.norders; module->npatterns = jssH.npatterns; module->nchannels = jssH.nchannels; module->nextInstruments = jssH.nextInstruments; module->ninstruments = jssH.ninstruments; - module->defFlags = jssH.defFlags; - module->intVersion = jssH.intVersion; module->defRestartPos = jssH.defRestartPos; module->defSpeed = jssH.defSpeed; module->defTempo = jssH.defTempo; diff -r 66c79bae8704 -r f57dc769bd39 minijss/jssmod.h --- a/minijss/jssmod.h Thu Mar 05 23:14:15 2015 +0200 +++ b/minijss/jssmod.h Thu Mar 05 23:22:38 2015 +0200 @@ -289,6 +289,7 @@ #endif + #ifndef JSS_LIGHT char * jssASCIItoStr(const char *src, const char endByte, const size_t len); BOOL jssEncodeSample8(Uint8 *, const size_t, const int);