aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/lure.cpp
diff options
context:
space:
mode:
authorMax Horn2006-04-08 12:06:07 +0000
committerMax Horn2006-04-08 12:06:07 +0000
commite7a8bb6abff3a6bee3b28aa5a599912df43ed120 (patch)
treebfdee598558bc508c07a3037321ab3d6db8a17e7 /engines/lure/lure.cpp
parentdc77d02c7e63ab9185870a8c6028ccab9dbbf716 (diff)
downloadscummvm-rg350-e7a8bb6abff3a6bee3b28aa5a599912df43ed120.tar.gz
scummvm-rg350-e7a8bb6abff3a6bee3b28aa5a599912df43ed120.tar.bz2
scummvm-rg350-e7a8bb6abff3a6bee3b28aa5a599912df43ed120.zip
Modified the REGISTER_PLUGIN macro so that it allows (and requires) a trailing semicolon (this helps certain tools to parse our code better)
svn-id: r21689
Diffstat (limited to 'engines/lure/lure.cpp')
-rw-r--r--engines/lure/lure.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/lure.cpp b/engines/lure/lure.cpp
index e4b313580b..3d54c1407f 100644
--- a/engines/lure/lure.cpp
+++ b/engines/lure/lure.cpp
@@ -159,7 +159,7 @@ Engine *Engine_LURE_create(GameDetector *detector, OSystem *system) {
return new LureEngine(system);
}
-REGISTER_PLUGIN(LURE, "Lure of the Temptress Engine")
+REGISTER_PLUGIN(LURE, "Lure of the Temptress Engine");
namespace Lure {