changeset 1093:e4a0f83c286d

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Mar 2015 01:40:56 +0200
parents 03322ee5bb32
children 8fc475bbfa42
files tools/xm2jss.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/xm2jss.c	Tue Mar 03 01:40:52 2015 +0200
+++ b/tools/xm2jss.c	Tue Mar 03 01:40:56 2015 +0200
@@ -593,7 +593,7 @@
             jssI.EFineTune    = pInst->EFineTune;
             jssI.EPanning     = pInst->EPanning;
             jssI.hasData      = (pInst->data != NULL) ? TRUE : FALSE;
-            jssI.convFlags = (pInst->flags & jsf16bit) ? flags16 : flags8;
+            jssI.convFlags    = (pInst->flags & jsf16bit) ? flags16 : flags8;
         }
         else 
             JSSWARNING(DMERR_NULLPTR, DMERR_NULLPTR, "Instrument #%i NULL!\n", instr);