aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorathrxx2012-01-21 15:31:03 +0100
committerathrxx2012-02-21 21:48:34 +0100
commit9f19bace4491753235051bc2f4f4037b79b5c9ac (patch)
treeb40ad336cb57df26dffe3f543316be2e4a8aaecd /audio
parentab5c3e2dad5b1c3493b686647dc73094979fc208 (diff)
downloadscummvm-rg350-9f19bace4491753235051bc2f4f4037b79b5c9ac.tar.gz
scummvm-rg350-9f19bace4491753235051bc2f4f4037b79b5c9ac.tar.bz2
scummvm-rg350-9f19bace4491753235051bc2f4f4037b79b5c9ac.zip
COMMON: remove unnecessary commas
Diffstat (limited to 'audio')
-rw-r--r--audio/mididrv.cpp22
-rw-r--r--audio/softsynth/cms.cpp2
2 files changed, 12 insertions, 12 deletions
diff --git a/audio/mididrv.cpp b/audio/mididrv.cpp
index 829bc3cd55..6817791c6b 100644
--- a/audio/mididrv.cpp
+++ b/audio/mididrv.cpp
@@ -59,17 +59,17 @@ static const struct {
uint32 type;
const char *guio;
} GUIOMapping[] = {
- { MT_PCSPK, GUIO_MIDIPCSPK, },
- { MT_CMS, GUIO_MIDICMS, },
- { MT_PCJR, GUIO_MIDIPCJR, },
- { MT_ADLIB, GUIO_MIDIADLIB, },
- { MT_C64, GUIO_MIDIC64, },
- { MT_AMIGA, GUIO_MIDIAMIGA, },
- { MT_APPLEIIGS, GUIO_MIDIAPPLEIIGS, },
- { MT_TOWNS, GUIO_MIDITOWNS, },
- { MT_PC98, GUIO_MIDIPC98, },
- { MT_GM, GUIO_MIDIGM, },
- { MT_MT32, GUIO_MIDIMT32, },
+ { MT_PCSPK, GUIO_MIDIPCSPK },
+ { MT_CMS, GUIO_MIDICMS },
+ { MT_PCJR, GUIO_MIDIPCJR },
+ { MT_ADLIB, GUIO_MIDIADLIB },
+ { MT_C64, GUIO_MIDIC64 },
+ { MT_AMIGA, GUIO_MIDIAMIGA },
+ { MT_APPLEIIGS, GUIO_MIDIAPPLEIIGS },
+ { MT_TOWNS, GUIO_MIDITOWNS },
+ { MT_PC98, GUIO_MIDIPC98 },
+ { MT_GM, GUIO_MIDIGM },
+ { MT_MT32, GUIO_MIDIMT32 },
{ 0, 0 },
};
diff --git a/audio/softsynth/cms.cpp b/audio/softsynth/cms.cpp
index a675da3f03..681f08dfa3 100644
--- a/audio/softsynth/cms.cpp
+++ b/audio/softsynth/cms.cpp
@@ -41,7 +41,7 @@ static const byte envelope[8][64] = {
{15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,
15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,
15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,
- 15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15, },
+ 15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15 },
/* single decay */
{15,14,13,12,11,10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,