diff options
author | 2019-06-16 17:47:19 -0400 | |
---|---|---|
committer | 2019-06-16 17:47:19 -0400 | |
commit | fc1bd35077cbe0ce5dd74df66beccd6dbbd79e4c (patch) | |
tree | 2989141253a384c91c5d97b9a26d2d024e7d461b /src/osd/windows/winutf8.cpp | |
parent | e979607ad8afab9fe09e43e0598ef4786ee7a793 (diff) |
Changed a number of comment declarations to read *.cpp instead of *.c
Diffstat (limited to 'src/osd/windows/winutf8.cpp')
-rw-r--r-- | src/osd/windows/winutf8.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/windows/winutf8.cpp b/src/osd/windows/winutf8.cpp index a056d694b89..a860aeb55cc 100644 --- a/src/osd/windows/winutf8.cpp +++ b/src/osd/windows/winutf8.cpp @@ -2,7 +2,7 @@ // copyright-holders:Aaron Giles //============================================================ // -// winutf8.c - Win32 OSD core utility functions +// winutf8.cpp - Win32 OSD core utility functions // //============================================================ |