[Scummvm-git-logs] scummvm master -> 2365721b23474d5775075b26a694125a9c89f8b3
criezy
criezy at scummvm.org
Sat Oct 5 23:00:10 CEST 2019
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:
2365721b23 JANITORIAL: Fix typo in comment
Commit: 2365721b23474d5775075b26a694125a9c89f8b3
https://github.com/scummvm/scummvm/commit/2365721b23474d5775075b26a694125a9c89f8b3
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2019-10-05T21:59:59+01:00
Commit Message:
JANITORIAL: Fix typo in comment
Changed paths:
backends/platform/sdl/win32/win32.h
diff --git a/backends/platform/sdl/win32/win32.h b/backends/platform/sdl/win32/win32.h
index 2a496f5..e7c3485 100644
--- a/backends/platform/sdl/win32/win32.h
+++ b/backends/platform/sdl/win32/win32.h
@@ -49,7 +49,7 @@ protected:
virtual Common::String getDefaultConfigFileName();
virtual Common::String getDefaultLogFileName();
- // Override createAudioCDManager() to get our Mac-specific
+ // Override createAudioCDManager() to get our Windows-specific
// version.
virtual AudioCDManager *createAudioCDManager();
More information about the Scummvm-git-logs
mailing list