changeset 769:b87c7fc646f9

Fix two 10L: forgot to rename these structure members here.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 09 May 2013 20:13:13 +0300
parents 71af31139e46
children a8bd679934c7
files dmsimple.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dmsimple.c	Thu May 09 19:58:06 2013 +0300
+++ b/dmsimple.c	Thu May 09 20:13:13 2013 +0300
@@ -901,8 +901,8 @@
 #ifdef DM_USE_JSS
     if (engine.optAudioSetup == DM_ASETUP_JSS)
     {
-        jmpClose(engine.plr);
-        jvmClose(engine.dev);
+        jmpClose(engine.jssPlr);
+        jvmClose(engine.jssDev);
         jssClose();
     }
 #endif