aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-12-15 07:31:22 +0000
committerTorbjörn Andersson2003-12-15 07:31:22 +0000
commit4e736a66029891232b0c1dd24fbb573dfde76653 (patch)
tree0dfde56ce76d495606b0142fab2e3c0c1db26eac /sword2
parent60682d0598688988179761c2969a96af992b3b81 (diff)
downloadscummvm-rg350-4e736a66029891232b0c1dd24fbb573dfde76653.tar.gz
scummvm-rg350-4e736a66029891232b0c1dd24fbb573dfde76653.tar.bz2
scummvm-rg350-4e736a66029891232b0c1dd24fbb573dfde76653.zip
Tiny whitespace change. (No, as a matter of fact I don't have anything
better to do. :-) svn-id: r11649
Diffstat (limited to 'sword2')
-rw-r--r--sword2/header.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/header.h b/sword2/header.h
index 95f106254d..8bc8333c48 100644
--- a/sword2/header.h
+++ b/sword2/header.h
@@ -221,7 +221,7 @@ struct _layerHeader {
uint16 y;
uint16 width;
uint16 height;
- uint32 maskSize;
+ uint32 maskSize;
uint32 offset; // where to find mask data (from start of
// standard file header)
} GCC_PACK;