diff options
author | Max Horn | 2011-05-04 14:08:21 +0200 |
---|---|---|
committer | Max Horn | 2011-05-04 16:18:18 +0200 |
commit | 28403e454389e04aebdb1e84259c516caa690e5c (patch) | |
tree | fe60b974902c71056c4574e65b405658c737440f | |
parent | bd60a289c7748ad6a03299e4fc9d161f31495b43 (diff) | |
download | scummvm-rg350-28403e454389e04aebdb1e84259c516caa690e5c.tar.gz scummvm-rg350-28403e454389e04aebdb1e84259c516caa690e5c.tar.bz2 scummvm-rg350-28403e454389e04aebdb1e84259c516caa690e5c.zip |
BACKENDS: Fix copy & paste mistakes in some comments
-rw-r--r-- | backends/midi/timidity.cpp | 2 | ||||
-rw-r--r-- | backends/plugins/sdl/sdl-provider.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/backends/midi/timidity.cpp b/backends/midi/timidity.cpp index dd76196ae0..84d2846eda 100644 --- a/backends/midi/timidity.cpp +++ b/backends/midi/timidity.cpp @@ -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) diff --git a/backends/plugins/sdl/sdl-provider.h b/backends/plugins/sdl/sdl-provider.h index b546b028a2..350261a37f 100644 --- a/backends/plugins/sdl/sdl-provider.h +++ b/backends/plugins/sdl/sdl-provider.h @@ -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 |