aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins
diff options
context:
space:
mode:
authorMax Horn2011-05-04 14:08:21 +0200
committerMax Horn2011-05-04 16:18:18 +0200
commit28403e454389e04aebdb1e84259c516caa690e5c (patch)
treefe60b974902c71056c4574e65b405658c737440f /backends/plugins
parentbd60a289c7748ad6a03299e4fc9d161f31495b43 (diff)
downloadscummvm-rg350-28403e454389e04aebdb1e84259c516caa690e5c.tar.gz
scummvm-rg350-28403e454389e04aebdb1e84259c516caa690e5c.tar.bz2
scummvm-rg350-28403e454389e04aebdb1e84259c516caa690e5c.zip
BACKENDS: Fix copy & paste mistakes in some comments
Diffstat (limited to 'backends/plugins')
-rw-r--r--backends/plugins/sdl/sdl-provider.h2
1 files changed, 1 insertions, 1 deletions
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