aboutsummaryrefslogtreecommitdiff
path: root/common/util.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-08-20 15:25:12 +0000
committerTravis Howell2004-08-20 15:25:12 +0000
commit3542ca398829b105700949d38976d08ed72a06fd (patch)
tree5dd4ca9a8c709644db8246a574309b0e697907cb /common/util.cpp
parentb8a3a88daf97817ded64c69b0488c195276fb103 (diff)
downloadscummvm-rg350-3542ca398829b105700949d38976d08ed72a06fd.tar.gz
scummvm-rg350-3542ca398829b105700949d38976d08ed72a06fd.tar.bz2
scummvm-rg350-3542ca398829b105700949d38976d08ed72a06fd.zip
Make platform difference a bit clearer
svn-id: r14654
Diffstat (limited to 'common/util.cpp')
-rw-r--r--common/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.cpp b/common/util.cpp
index bb7c4ed9ba..5df06a1c2d 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -169,7 +169,7 @@ const PlatformDescription g_platforms[] = {
{"fmtowns", "towns", "FM-TOWNS", kPlatformFMTowns},
{"macintosh", "mac", "Macintosh", kPlatformMacintosh},
- {"pc", "dos", "PC", kPlatformPC},
+ {"pc", "dos", "DOS", kPlatformPC},
{"windows", "windows", "Windows", kPlatformWindows},
{0, 0, "Default", kPlatformUnknown}