diff options
author | Johannes Schickel | 2011-08-07 15:30:37 +0200 |
---|---|---|
committer | Johannes Schickel | 2011-08-07 15:30:37 +0200 |
commit | 28004ac8d961b94384f50c5f961ff3352c4289ef (patch) | |
tree | af2f9686b525137638a9572202cacea86cdcd77e /graphics/thumbnail.h | |
parent | e35b4f20c1041b13361aa2ebc4e758873bb1cee3 (diff) | |
download | scummvm-rg350-28004ac8d961b94384f50c5f961ff3352c4289ef.tar.gz scummvm-rg350-28004ac8d961b94384f50c5f961ff3352c4289ef.tar.bz2 scummvm-rg350-28004ac8d961b94384f50c5f961ff3352c4289ef.zip |
GRAPHICS: Slight formatting fix.
Diffstat (limited to 'graphics/thumbnail.h')
-rw-r--r-- | graphics/thumbnail.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |