Browse Source

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 4 years ago
parent
commit
723d76c8ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/video/SDL_RLEaccel.c

+ 1 - 1
src/video/SDL_RLEaccel.c

@@ -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.
  *