diff options
author | 2017-09-24 11:41:45 +1000 | |
---|---|---|
committer | 2017-09-24 11:41:45 +1000 | |
commit | a734a3b8e9fbe907a4894c7c8055d3faeac2bfda (patch) | |
tree | 288380af618dfa8b3dac3aea4f2496f0a51407ce /src/osd/osdcore.cpp | |
parent | 56092fd848bff0e9985850cbb8ce11f701a9e7f3 (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.cpp | 6 |
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[]) |