changeset 331:c200edce230d

Oops, a silly typo in the JMOD loader.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Oct 2012 13:01:28 +0300
parents af04394e9620
children d4802335cbbc
files jloadjss.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/jloadjss.c	Mon Oct 15 02:45:32 2012 +0300
+++ b/jloadjss.c	Mon Oct 15 13:01:28 2012 +0300
@@ -263,7 +263,7 @@
     if (tmp == 0)
         note->note = jsetNotSet;
     else if (tmp == 127)
-        note->note == jsetNoteOff;
+        note->note = jsetNoteOff;
     else
         note->note = tmp - 1;
     JSFOREACHNOTE2