From 28403e454389e04aebdb1e84259c516caa690e5c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 4 May 2011 14:08:21 +0200 Subject: BACKENDS: Fix copy & paste mistakes in some comments --- backends/plugins/sdl/sdl-provider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/plugins/sdl/sdl-provider.h') 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 -- cgit v1.2.3 From 69b1485a22dc2b8a2cfe0bd10edcbaad0da0cf6e Mon Sep 17 00:00:00 2001 From: strangerke Date: Thu, 12 May 2011 01:13:57 +0200 Subject: GIT: Clean up: Suppress SVN tags, now useless --- backends/plugins/sdl/sdl-provider.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'backends/plugins/sdl/sdl-provider.h') diff --git a/backends/plugins/sdl/sdl-provider.h b/backends/plugins/sdl/sdl-provider.h index 350261a37f..881aa5cc19 100644 --- a/backends/plugins/sdl/sdl-provider.h +++ b/backends/plugins/sdl/sdl-provider.h @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ - * */ #ifndef BACKENDS_PLUGINS_SDL_H -- cgit v1.2.3