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.
This commit is contained in:
Thierry Crozat 2018-06-03 18:41:54 +01:00
parent 441456b738
commit 19d613ee7d
3 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
/* ScummVM - Graphic Adventure Engine
/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@ -404,3 +404,4 @@ void larryScale(
}
}

View file

@ -1,4 +1,4 @@
/* ScummVM - Graphic Adventure Engine
/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@ -80,3 +80,4 @@ void larryScale(
}
#endif

View file

@ -637,3 +637,4 @@ inline void scalePixelTo1x2(
break;
}
}