[Scummvm-git-logs] scummvm master -> 19d613ee7dc0f1a1fd4a0386f9b63f53e73dc549
criezy
criezy at scummvm.org
Sun Jun 3 19:43:44 CEST 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
19d613ee7d GRAPHICS: Remove BOM at start of larryscale files
Commit: 19d613ee7dc0f1a1fd4a0386f9b63f53e73dc549
https://github.com/scummvm/scummvm/commit/19d613ee7dc0f1a1fd4a0386f9b63f53e73dc549
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2018-06-03T18:41:54+01:00
Commit Message:
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.
Changed paths:
graphics/larryScale.cpp
graphics/larryScale.h
graphics/larryScale_generated.cpp
diff --git a/graphics/larryScale.cpp b/graphics/larryScale.cpp
index c4b2f6e..b191ff1 100644
--- a/graphics/larryScale.cpp
+++ b/graphics/larryScale.cpp
@@ -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(
}
}
+
diff --git a/graphics/larryScale.h b/graphics/larryScale.h
index 0248cdb..91dee2c 100644
--- a/graphics/larryScale.h
+++ b/graphics/larryScale.h
@@ -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
+
diff --git a/graphics/larryScale_generated.cpp b/graphics/larryScale_generated.cpp
index f987648..b39e429 100644
--- a/graphics/larryScale_generated.cpp
+++ b/graphics/larryScale_generated.cpp
@@ -637,3 +637,4 @@ inline void scalePixelTo1x2(
break;
}
}
+
More information about the Scummvm-git-logs
mailing list