diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-01-18 23:37:25 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-01-18 23:37:25 +0300 |
commit | ae0165e096a3b184da97e09c1316420a884fd98f (patch) | |
tree | e3e8a82be89862729b6a9a6462c55b7b5a8447f2 /src/nukedopl3.h | |
parent | bba4aba41af0369d460c9a7e296f45fa34fb4f20 (diff) | |
download | libADLMIDI-ae0165e096a3b184da97e09c1316420a884fd98f.tar.gz libADLMIDI-ae0165e096a3b184da97e09c1316420a884fd98f.tar.bz2 libADLMIDI-ae0165e096a3b184da97e09c1316420a884fd98f.zip |
Fixed C++ comment in nukedopl3.h header
Diffstat (limited to 'src/nukedopl3.h')
-rw-r--r-- | src/nukedopl3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nukedopl3.h b/src/nukedopl3.h index 105ac9d..254f275 100644 --- a/src/nukedopl3.h +++ b/src/nukedopl3.h @@ -126,7 +126,7 @@ struct _opl3_chip { Bit32u noise; Bit16s zeromod; Bit32s mixbuff[2]; - //OPL3L + /* OPL3L */ Bit32s rateratio; Bit32s samplecnt; Bit16s oldsamples[2]; |