aboutsummaryrefslogtreecommitdiff
path: root/engines/made/resource.h
diff options
context:
space:
mode:
authorEugene Sandulenko2009-01-01 15:06:43 +0000
committerEugene Sandulenko2009-01-01 15:06:43 +0000
commit696897b0583ad52ebc6f7666525277847619a8ce (patch)
tree5ac2be2991e94dce32c5bb7fdb0dcc4188221503 /engines/made/resource.h
parent05d3633eb32ead8e11435b85a9db1ddaa1482fcb (diff)
downloadscummvm-rg350-696897b0583ad52ebc6f7666525277847619a8ce.tar.gz
scummvm-rg350-696897b0583ad52ebc6f7666525277847619a8ce.tar.bz2
scummvm-rg350-696897b0583ad52ebc6f7666525277847619a8ce.zip
Whoa! Removing trailing spaces.
svn-id: r35648
Diffstat (limited to 'engines/made/resource.h')
-rw-r--r--engines/made/resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/made/resource.h b/engines/made/resource.h
index cb6e0b65f4..db327d6a3c 100644
--- a/engines/made/resource.h
+++ b/engines/made/resource.h
@@ -81,7 +81,7 @@ public:
~AnimationResource();
void load(byte *source, int size);
int getCount() const { return _frames.size(); }
- Graphics::Surface *getFrame(int index) const {
+ Graphics::Surface *getFrame(int index) const {
if ((uint)index < _frames.size()) {
return _frames[index];
} else {