changeset 1348:6d67057ad2ca

Cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 22 Aug 2017 21:47:05 +0300
parents c9b5b4713b57
children 5adf67d1dea4
files tools/dumpmod.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/dumpmod.c	Tue Aug 22 21:36:10 2017 +0300
+++ b/tools/dumpmod.c	Tue Aug 22 21:47:05 2017 +0300
@@ -353,7 +353,8 @@
 
             inst->C4BaseSpeed,
             patNoteTable[(48 + inst->ERelNote) % 12],
-            (48 + inst->ERelNote) / 12, inst->EFineTune,
+            (48 + inst->ERelNote) / 12,
+            inst->EFineTune,
             inst->EPanning);
     }
 }