GRAPHICS: Slight formatting fix.
This commit is contained in:
parent
e35b4f20c1
commit
28004ac8d9
2 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue