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/gob/gob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob') diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp index d25740aded..afd4dbfe50 100644 --- a/engines/gob/gob.cpp +++ b/engines/gob/gob.cpp @@ -387,4 +387,4 @@ Engine *Engine_GOB_create(GameDetector * detector, OSystem *syst) { return new GobEngine(detector, syst, features); } -REGISTER_PLUGIN(GOB, "Gob Engine") +REGISTER_PLUGIN(GOB, "Gob Engine"); -- cgit v1.2.3