BACKENDS: Fix copy & paste mistakes in some comments

This commit is contained in:
Max Horn 2011-05-04 14:08:21 +02:00
parent bd60a289c7
commit 28403e4543
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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