aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
authorOliver Kiehl2003-07-12 08:55:23 +0000
committerOliver Kiehl2003-07-12 08:55:23 +0000
commit99cd9df6f7ff31984d05dde905b05dea479fc4b5 (patch)
treedd6df612515a783265f574986fdd649a43bfbee3 /sky
parent2ccaa6f1afb442a074feede8f3432972faa76639 (diff)
downloadscummvm-rg350-99cd9df6f7ff31984d05dde905b05dea479fc4b5.tar.gz
scummvm-rg350-99cd9df6f7ff31984d05dde905b05dea479fc4b5.tar.bz2
scummvm-rg350-99cd9df6f7ff31984d05dde905b05dea479fc4b5.zip
add newline at end of file to make gcc happy
svn-id: r8933
Diffstat (limited to 'sky')
-rw-r--r--sky/music/gmmusic.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/sky/music/gmmusic.cpp b/sky/music/gmmusic.cpp
index 2d596598ba..e1ee2fe7e1 100644
--- a/sky/music/gmmusic.cpp
+++ b/sky/music/gmmusic.cpp
@@ -114,4 +114,5 @@ uint8 SkyGmMusic::_veloTab[128] = {
0x6D, 0x6D, 0x6E, 0x6E, 0x6F, 0x6F, 0x70, 0x70, 0x71, 0x71,
0x72, 0x72, 0x73, 0x73, 0x74, 0x74, 0x75, 0x75, 0x76, 0x76,
0x77, 0x77, 0x78, 0x78, 0x79, 0x79, 0x7A, 0x7A, 0x7B, 0x7B,
-0x7C, 0x7C, 0x7D, 0x7D, 0x7E, 0x7E, 0x7F, 0x7F }; \ No newline at end of file
+0x7C, 0x7C, 0x7D, 0x7D, 0x7E, 0x7E, 0x7F, 0x7F };
+