aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2011-08-07 15:30:37 +0200
committerJohannes Schickel2011-08-07 15:30:37 +0200
commit28004ac8d961b94384f50c5f961ff3352c4289ef (patch)
treeaf2f9686b525137638a9572202cacea86cdcd77e
parente35b4f20c1041b13361aa2ebc4e758873bb1cee3 (diff)
downloadscummvm-rg350-28004ac8d961b94384f50c5f961ff3352c4289ef.tar.gz
scummvm-rg350-28004ac8d961b94384f50c5f961ff3352c4289ef.tar.bz2
scummvm-rg350-28004ac8d961b94384f50c5f961ff3352c4289ef.zip
GRAPHICS: Slight formatting fix.
-rw-r--r--graphics/thumbnail.cpp2
-rw-r--r--graphics/thumbnail.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/thumbnail.cpp b/graphics/thumbnail.cpp
index 3684974117..db61d828d2 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 babc35bd5f..df99568f42 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.