diff options
Diffstat (limited to 'base/plugins.h')
| -rw-r--r-- | base/plugins.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/base/plugins.h b/base/plugins.h index 32946774e6..038c8a774c 100644 --- a/base/plugins.h +++ b/base/plugins.h @@ -75,7 +75,7 @@ public:  		const char *PLUGIN_name() { return name; } \  		GameList PLUGIN_getSupportedGames() { return gameListFactory(); } \  		Engine *PLUGIN_createEngine(GameDetector *detector, OSystem *syst) { return engineFactory(detector, syst); } \ -		GameList PLUGIN_detectGames(const FSList &fslist) { return detectGames(fslist); } +		GameList PLUGIN_detectGames(const FSList &fslist) { return detectGames(fslist); } \  	}  #endif  | 
