diff options
Diffstat (limited to 'engines/simon')
-rw-r--r-- | engines/simon/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |