aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
diff options
context:
space:
mode:
authorJordi Vilalta Prat2008-02-08 01:45:46 +0000
committerJordi Vilalta Prat2008-02-08 01:45:46 +0000
commite3852c92a77fef402bb37863a8430f76275c38bf (patch)
tree1aef9b24d62eac246a4c2a1faa0d4c5070f7a74f /base/plugins.cpp
parent00987db3a97f37439cfc6e70991a08fde424d2b3 (diff)
downloadscummvm-rg350-e3852c92a77fef402bb37863a8430f76275c38bf.tar.gz
scummvm-rg350-e3852c92a77fef402bb37863a8430f76275c38bf.tar.bz2
scummvm-rg350-e3852c92a77fef402bb37863a8430f76275c38bf.zip
Remove undesired spaces and an old TODO
svn-id: r30827
Diffstat (limited to 'base/plugins.cpp')
-rw-r--r--base/plugins.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index e7b1faff94..90b377ff45 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -93,7 +93,7 @@ public:
PluginList pl;
#define LINK_PLUGIN(ID) \
- extern PluginType g_##ID##_type; \
+ extern PluginType g_##ID##_type; \
extern PluginObject *g_##ID##_getObject(); \
pl.push_back(new StaticPlugin(g_##ID##_getObject(), g_##ID##_type));