Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
723d76c8ec
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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.
  *