diff options
| -rw-r--r-- | engines/groovie/detection.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp index 80023924dc..52d60f4572 100644 --- a/engines/groovie/detection.cpp +++ b/engines/groovie/detection.cpp @@ -150,7 +150,7 @@ static const Common::ADParams detectionParams = {  	// Structure for autoupgrading obsolete targets  	0,  	// Name of single gameid (optional) -	0, +	"groovie",  	// List of files for file-based fallback detection (optional)  	0,  	// Flags | 
