Skip to content

Commit

Permalink
Fixed bug 5333 - Replace character of legacy code page with utf-8 one.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
slouken committed Nov 9, 2020
1 parent c3a3260 commit 723d76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/SDL_RLEaccel.c
Expand Up @@ -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.
*
Expand Down

0 comments on commit 723d76c

Please sign in to comment.