Skip to content

Commit

Permalink
BACKENDS: Fix copy & paste mistakes in some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed May 4, 2011
1 parent bd60a28 commit 28403e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backends/midi/timidity.cpp
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion backends/plugins/sdl/sdl-provider.h
Expand Up @@ -35,6 +35,6 @@ class SDLPluginProvider : public FilePluginProvider {
Plugin* createPlugin(const Common::FSNode &node) const;
};

#endif // defined(DYNAMIC_MODULES) && defined(UNIX)
#endif // defined(DYNAMIC_MODULES) && defined(SDL_BACKEND)

#endif

0 comments on commit 28403e4

Please sign in to comment.