Small fix for debugging output.

pull/195/head
Holger 3 years ago committed by GitHub
parent fcc1eaa145
commit f471d5b796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/serialmididevice.cpp

@ -69,6 +69,7 @@ void CSerialMIDIDevice::Process (void)
if((i > 1 ) && (i % 8) == 0)
printf("\n");
}
if((i % 8) != 0)
printf("\n");

Loading…
Cancel
Save