changeset 1240:22c71fa5698e

Change a JSSMOD struct member type.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Mar 2015 20:48:27 +0200
parents 2be42ba9fc39
children 5e2b90e3e4bc
files minijss/jssmod.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/minijss/jssmod.h	Fri Mar 06 18:45:13 2015 +0200
+++ b/minijss/jssmod.h	Fri Mar 06 20:48:27 2015 +0200
@@ -237,7 +237,7 @@
 
 typedef struct __attribute__((__packed__))
 {
-    Uint32
+    Uint16
         flags,
         npoints,
         sustain,