mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 15:41:41 +00:00
Removed semi-colon after REGISTER_PLUGIN() to be consistent with the other
game engines. svn-id: r11447
This commit is contained in:
parent
b398363060
commit
b0037e29e2
@ -74,7 +74,7 @@ Engine *Engine_SWORD2_create(GameDetector *detector, OSystem *syst) {
|
||||
return new Sword2::Sword2Engine(detector, syst);
|
||||
}
|
||||
|
||||
REGISTER_PLUGIN("Broken Sword II", Engine_SWORD2_gameList, Engine_SWORD2_create, Engine_SWORD2_detectGames);
|
||||
REGISTER_PLUGIN("Broken Sword II", Engine_SWORD2_gameList, Engine_SWORD2_create, Engine_SWORD2_detectGames)
|
||||
|
||||
namespace Sword2 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user