diff minijss/jloadjss.c @ 1216:f57dc769bd39

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Mar 2015 23:22:38 +0200
parents 1133dffe3713
children 62a76a3d9bc2
line wrap: on
line diff
--- 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;