[Scummvm-cvs-logs] scummvm master -> 3bde2238cd085f378d2e10655ab46554ce7d05a6

m-kiewitz m_kiewitz at users.sourceforge.net
Wed Jun 17 18:45:19 CEST 2015


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:
3bde2238cd SHERLOCK: SS: music-drv: fix namespace comments


Commit: 3bde2238cd085f378d2e10655ab46554ce7d05a6
    https://github.com/scummvm/scummvm/commit/3bde2238cd085f378d2e10655ab46554ce7d05a6
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-06-17T18:45:18+02:00

Commit Message:
SHERLOCK: SS: music-drv: fix namespace comments

copies those files from Sci, must have forgotten to change
the namespace comments

Changed paths:
    engines/sherlock/scalpel/drivers/adlib.cpp
    engines/sherlock/scalpel/drivers/mididriver.h
    engines/sherlock/scalpel/drivers/mt32.cpp



diff --git a/engines/sherlock/scalpel/drivers/adlib.cpp b/engines/sherlock/scalpel/drivers/adlib.cpp
index 5411c74..372db5e 100644
--- a/engines/sherlock/scalpel/drivers/adlib.cpp
+++ b/engines/sherlock/scalpel/drivers/adlib.cpp
@@ -635,4 +635,4 @@ void MidiDriver_AdLib_newMusicData(MidiDriver *driver, byte *musicData, int32 mu
 	static_cast<MidiDriver_AdLib *>(driver)->newMusicData(musicData, musicDataSize);
 }
 
-} // End of namespace Sci
+} // End of namespace Sherlock
diff --git a/engines/sherlock/scalpel/drivers/mididriver.h b/engines/sherlock/scalpel/drivers/mididriver.h
index 2d989f2..3cdc321 100644
--- a/engines/sherlock/scalpel/drivers/mididriver.h
+++ b/engines/sherlock/scalpel/drivers/mididriver.h
@@ -36,6 +36,6 @@ extern MidiDriver *MidiDriver_MT32_create();
 extern void MidiDriver_MT32_uploadPatches(MidiDriver *driver, byte *driverData, int32 driverSize);
 extern void MidiDriver_MT32_newMusicData(MidiDriver *driver, byte *musicData, int32 musicDataSize);
 
-} // End of namespace Sci
+} // End of namespace Sherlock
 
 #endif // SHERLOCK_SOFTSEQ_MIDIDRIVER_H
diff --git a/engines/sherlock/scalpel/drivers/mt32.cpp b/engines/sherlock/scalpel/drivers/mt32.cpp
index 2aac177..feabb89 100644
--- a/engines/sherlock/scalpel/drivers/mt32.cpp
+++ b/engines/sherlock/scalpel/drivers/mt32.cpp
@@ -283,4 +283,4 @@ void MidiDriver_MT32_uploadPatches(MidiDriver *driver, byte *driverData, int32 d
 	static_cast<MidiDriver_MT32 *>(driver)->uploadMT32Patches(driverData, driverSize);
 }
 
-} // End of namespace Sci
+} // End of namespace Sherlock






More information about the Scummvm-git-logs mailing list