BACKENDS: Fix copy & paste mistakes in some comments
This commit is contained in:
parent
bd60a289c7
commit
28403e4543
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue