[Scummvm-git-logs] scummvm master -> 00acc57e3188170dd88a48215bffbde7eed838f5

dreammaster paulfgilbert at gmail.com
Sat May 4 07:43:34 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
00acc57e31 KYRA: Fix VS unexpected end of file errors


Commit: 00acc57e3188170dd88a48215bffbde7eed838f5
    https://github.com/scummvm/scummvm/commit/00acc57e3188170dd88a48215bffbde7eed838f5
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2019-05-04T15:43:06+10:00

Commit Message:
KYRA: Fix VS unexpected end of file errors

Changed paths:
    engines/kyra/sound/drivers/adlib.h
    engines/kyra/sound/drivers/audiomaster2.h
    engines/kyra/sound/drivers/midi.h
    engines/kyra/sound/sound_amiga_eob.cpp
    engines/kyra/sound/sound_towns_darkmoon.cpp


diff --git a/engines/kyra/sound/drivers/adlib.h b/engines/kyra/sound/drivers/adlib.h
index 8368353..2bdddb7 100644
--- a/engines/kyra/sound/drivers/adlib.h
+++ b/engines/kyra/sound/drivers/adlib.h
@@ -389,4 +389,4 @@ private:
 
 } // End of namespace Kyra
 
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/kyra/sound/drivers/audiomaster2.h b/engines/kyra/sound/drivers/audiomaster2.h
index a8b6932..a4d472f 100644
--- a/engines/kyra/sound/drivers/audiomaster2.h
+++ b/engines/kyra/sound/drivers/audiomaster2.h
@@ -68,4 +68,4 @@ private:
 
 #endif
 
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/kyra/sound/drivers/midi.h b/engines/kyra/sound/drivers/midi.h
index 386852e..9e56c73 100644
--- a/engines/kyra/sound/drivers/midi.h
+++ b/engines/kyra/sound/drivers/midi.h
@@ -105,4 +105,4 @@ private:
 
 } // End of namespace Kyra
 
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/kyra/sound/sound_amiga_eob.cpp b/engines/kyra/sound/sound_amiga_eob.cpp
index eded4fe..25ccb8c 100644
--- a/engines/kyra/sound/sound_amiga_eob.cpp
+++ b/engines/kyra/sound/sound_amiga_eob.cpp
@@ -237,4 +237,4 @@ int SoundAmiga_EoB::checkTrigger() {
 
 } // End of namespace Kyra
 
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/kyra/sound/sound_towns_darkmoon.cpp b/engines/kyra/sound/sound_towns_darkmoon.cpp
index a6032f8..55bd800 100644
--- a/engines/kyra/sound/sound_towns_darkmoon.cpp
+++ b/engines/kyra/sound/sound_towns_darkmoon.cpp
@@ -286,4 +286,4 @@ void SoundTowns_Darkmoon::resetTrigger() {
 
 } // End of namespace Kyra
 
-#endif
\ No newline at end of file
+#endif





More information about the Scummvm-git-logs mailing list