summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdcore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/osdcore.cpp')
-rw-r--r--src/osd/osdcore.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/osd/osdcore.cpp b/src/osd/osdcore.cpp
index 4da081e2111..d5740eed846 100644
--- a/src/osd/osdcore.cpp
+++ b/src/osd/osdcore.cpp
@@ -206,10 +206,10 @@ void osd_sleep(osd_ticks_t duration)
//============================================================
// osd_get_command_line - returns command line arguments
-// in an std::vector<std::string> in UTF-8
+// in an std::vector<std::string> in UTF-8
//
-// The real purpose of this call is to hide details necessary
-// on Windows (provided that one wants to avoid using wmain)
+// The real purpose of this call is to hide details necessary
+// on Windows (provided that one wants to avoid using wmain)
//============================================================
std::vector<std::string> osd_get_command_line(int argc, char *argv[])