From e7a8bb6abff3a6bee3b28aa5a599912df43ed120 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 8 Apr 2006 12:06:07 +0000 Subject: 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 --- engines/simon/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/simon') diff --git a/engines/simon/game.cpp b/engines/simon/game.cpp index 16f879d25d..6882794498 100644 --- a/engines/simon/game.cpp +++ b/engines/simon/game.cpp @@ -133,7 +133,7 @@ Engine *Engine_SIMON_create(GameDetector *detector, OSystem *syst) { return new Simon::SimonEngine(syst); } -REGISTER_PLUGIN(SIMON, "Simon the Sorcerer") +REGISTER_PLUGIN(SIMON, "Simon the Sorcerer"); namespace Simon { -- cgit v1.2.3