aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Comstedt2002-04-16 23:22:15 +0000
committerMarcus Comstedt2002-04-16 23:22:15 +0000
commit4442846ff8ae0bfe26154ff9ebd0ba6cc6dff311 (patch)
tree3fa5a6f61de5fca0e77cb51edd50ecd3105b67f9
parentff123564fba55b1ad491cef1f4d1cbc8aa820894 (diff)
downloadscummvm-rg350-4442846ff8ae0bfe26154ff9ebd0ba6cc6dff311.tar.gz
scummvm-rg350-4442846ff8ae0bfe26154ff9ebd0ba6cc6dff311.tar.bz2
scummvm-rg350-4442846ff8ae0bfe26154ff9ebd0ba6cc6dff311.zip
Added missing newline at end of file.
svn-id: r3967
-rw-r--r--simon/simonsys.cpp2
-rw-r--r--sound/mididrv.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/simon/simonsys.cpp b/simon/simonsys.cpp
index 7d6d54b6c5..2916d57137 100644
--- a/simon/simonsys.cpp
+++ b/simon/simonsys.cpp
@@ -121,4 +121,4 @@ int GetAsyncKeyState(int key) {
}
-#endif \ No newline at end of file
+#endif
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp
index b8d365be29..b09bde000a 100644
--- a/sound/mididrv.cpp
+++ b/sound/mididrv.cpp
@@ -728,4 +728,4 @@ void MidiDriver::midiInitNull()
extern struct IOMidiRequest *ScummMidiRequest;
#endif
-#endif /* 0 */ \ No newline at end of file
+#endif /* 0 */