diff options
author | Thierry Crozat | 2018-06-03 18:41:54 +0100 |
---|---|---|
committer | Thierry Crozat | 2018-06-03 18:41:54 +0100 |
commit | 19d613ee7dc0f1a1fd4a0386f9b63f53e73dc549 (patch) | |
tree | 1760db78a4805c5eca075513c11187b413e08013 /graphics/larryScale_generated.cpp | |
parent | 441456b738e6ca6c23ad3c32fae49ccb232f75ff (diff) | |
download | scummvm-rg350-19d613ee7dc0f1a1fd4a0386f9b63f53e73dc549.tar.gz scummvm-rg350-19d613ee7dc0f1a1fd4a0386f9b63f53e73dc549.tar.bz2 scummvm-rg350-19d613ee7dc0f1a1fd4a0386f9b63f53e73dc549.zip |
GRAPHICS: Remove BOM at start of larryscale files
Note that larryScale_generated.cpp still contains UTF-8
characters, but they are all in comments, so hopefully
they will not cause problems.
Diffstat (limited to 'graphics/larryScale_generated.cpp')
-rw-r--r-- | graphics/larryScale_generated.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/larryScale_generated.cpp b/graphics/larryScale_generated.cpp index f98764848b..b39e429478 100644 --- a/graphics/larryScale_generated.cpp +++ b/graphics/larryScale_generated.cpp @@ -637,3 +637,4 @@ inline void scalePixelTo1x2( break; } } + |