|
From: Jerome F. <kin...@us...> - 2009-06-11 21:33:31
|
Update of /cvsroot/munt/mt32emu/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv22227/src Modified Files: synth.cpp Log Message: - Code indentation fixes. Index: synth.cpp =================================================================== RCS file: /cvsroot/munt/mt32emu/src/synth.cpp,v retrieving revision 1.65 retrieving revision 1.66 diff -C2 -d -r1.65 -r1.66 *** synth.cpp 11 Jun 2009 21:30:48 -0000 1.65 --- synth.cpp 11 Jun 2009 21:33:22 -0000 1.66 *************** *** 732,737 **** // This is checked early in the real devices (before any sysex length checks or further processing) if (command == SYSEX_CMD_DT1 && sysex[0] == 0x7F) { ! reset(); ! return; } if (len < 4) { --- 732,737 ---- // This is checked early in the real devices (before any sysex length checks or further processing) if (command == SYSEX_CMD_DT1 && sysex[0] == 0x7F) { ! reset(); ! return; } if (len < 4) { |