[Scummvm-cvs-logs] scummvm master -> 28004ac8d961b94384f50c5f961ff3352c4289ef
lordhoto
lordhoto at gmail.com
Sun Aug 7 15:33:44 CEST 2011
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:
28004ac8d9 GRAPHICS: Slight formatting fix.
Commit: 28004ac8d961b94384f50c5f961ff3352c4289ef
https://github.com/scummvm/scummvm/commit/28004ac8d961b94384f50c5f961ff3352c4289ef
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-08-07T06:30:37-07:00
Commit Message:
GRAPHICS: Slight formatting fix.
Changed paths:
graphics/thumbnail.cpp
graphics/thumbnail.h
diff --git a/graphics/thumbnail.cpp b/graphics/thumbnail.cpp
index 3684974..db61d82 100644
--- a/graphics/thumbnail.cpp
+++ b/graphics/thumbnail.cpp
@@ -94,7 +94,7 @@ bool skipThumbnail(Common::SeekableReadStream &in) {
return true;
}
-Graphics::Surface* loadThumbnail(Common::SeekableReadStream &in) {
+Graphics::Surface *loadThumbnail(Common::SeekableReadStream &in) {
ThumbnailHeader header;
if (!loadHeader(in, header, true))
diff --git a/graphics/thumbnail.h b/graphics/thumbnail.h
index babc35b..df99568 100644
--- a/graphics/thumbnail.h
+++ b/graphics/thumbnail.h
@@ -53,7 +53,7 @@ bool skipThumbnail(Common::SeekableReadStream &in);
* The loaded thumbnail will be automatically converted to the
* current overlay pixelformat.
*/
-Graphics::Surface* loadThumbnail(Common::SeekableReadStream &in);
+Graphics::Surface *loadThumbnail(Common::SeekableReadStream &in);
/**
* Saves a thumbnail to the given write stream.
More information about the Scummvm-git-logs
mailing list