Fixed bug 5333 - Replace character of legacy code page with utf-8 one.

Joel Linn

This patch fixes a MSVC warning, which is dependent on the regional settings of the build system. Although the character is inside a comment and harmless, it is undesirable to disable the warning for this.
Sam Lantinga 2020-11-08 23:34:59 -08:00
parent c3a32605f8
commit 723d76c8ec
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
*
* Original version by Sam Lantinga
*
* Mattias Engdegård (Yorick): Rewrite. New encoding format, encoder and
* Mattias Engdegård (Yorick): Rewrite. New encoding format, encoder and
* decoder. Added per-surface alpha blitter. Added per-pixel alpha
* format, encoder and blitter.
*