mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
BACKENDS: Fix copy & paste mistakes in some comments
This commit is contained in:
parent
bd60a289c7
commit
28403e4543
@ -560,4 +560,4 @@ Common::Error TimidityMusicPlugin::createInstance(MidiDriver **mididriver, MidiD
|
||||
REGISTER_PLUGIN_STATIC(TIMIDITY, PLUGIN_TYPE_MUSIC, TimidityMusicPlugin);
|
||||
//#endif
|
||||
|
||||
#endif // defined (UNIX)
|
||||
#endif // defined (USE_TIMIDITY)
|
||||
|
@ -35,6 +35,6 @@ protected:
|
||||
Plugin* createPlugin(const Common::FSNode &node) const;
|
||||
};
|
||||
|
||||
#endif // defined(DYNAMIC_MODULES) && defined(UNIX)
|
||||
#endif // defined(DYNAMIC_MODULES) && defined(SDL_BACKEND)
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user