[Scummvm-git-logs] scummvm master -> e36482f9941c1327e892c8d42d8cd5060e7e6c29

bluegr noreply at scummvm.org
Tue Jan 16 08:19:06 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e36482f994 DIRECTOR: Fix missing comma breaking some detection paths


Commit: e36482f9941c1327e892c8d42d8cd5060e7e6c29
    https://github.com/scummvm/scummvm/commit/e36482f9941c1327e892c8d42d8cd5060e7e6c29
Author: elasota (1137273+elasota at users.noreply.github.com)
Date: 2024-01-16T10:19:01+02:00

Commit Message:
DIRECTOR: Fix missing comma breaking some detection paths

Changed paths:
    engines/director/detection_paths.h


diff --git a/engines/director/detection_paths.h b/engines/director/detection_paths.h
index f4780475f1e..69720e1504a 100644
--- a/engines/director/detection_paths.h
+++ b/engines/director/detection_paths.h
@@ -57,7 +57,7 @@ const char *const directoryGlobs[] = {
 	"flugzeuge bauen",
 	"willyhau",
 	"willyraumschiff",				// Willy Werkel (Mulle Meck) series
-	"demo"							// Tivola Demo - Frühjahr '97 sampler
+	"demo",							// Tivola Demo - Frühjahr '97 sampler
 	"demos",						// Headbone samplers
 	"blender",						// Blender CD-ROM magazines
 	"bilder",




More information about the Scummvm-git-logs mailing list