GRAPHICS: Slight formatting fix.

This commit is contained in:
Johannes Schickel 2011-08-07 15:30:37 +02:00
parent e35b4f20c1
commit 28004ac8d9
2 changed files with 2 additions and 2 deletions

View file

@ -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))

View file

@ -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.