stb_image: Fix typo in comment.

Fixes issue #705.
This commit is contained in:
Fabian Giesen 2019-02-23 05:25:47 -08:00
parent 59e9702be5
commit bbbdc1e811

View File

@ -168,7 +168,7 @@ RECENT REVISION HISTORY:
// If compiling for Windows and you wish to use Unicode filenames, compile // If compiling for Windows and you wish to use Unicode filenames, compile
// with // with
// #define STBI_WINDOWS_UTF8 // #define STBI_WINDOWS_UTF8
// and pass utf8-encoded filenames. Call stbiw_convert_wchar_to_utf8 to convert // and pass utf8-encoded filenames. Call stbi_convert_wchar_to_utf8 to convert
// Windows wchar_t filenames to utf8. // Windows wchar_t filenames to utf8.
// //
// =========================================================================== // ===========================================================================