summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdcore.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-09-24 11:41:45 +1000
committer Vas Crabb <vas@vastheman.com>2017-09-24 11:41:45 +1000
commita734a3b8e9fbe907a4894c7c8055d3faeac2bfda (patch)
tree288380af618dfa8b3dac3aea4f2496f0a51407ce /src/osd/osdcore.cpp
parent56092fd848bff0e9985850cbb8ce11f701a9e7f3 (diff)
(nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF-8 will be nuked, and cleaning it up by hand is annoying
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[])