diff options
author | Torbjörn Andersson | 2006-02-16 23:43:51 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2006-02-16 23:43:51 +0000 |
commit | fde1da92f068f700d82774360dd6cd05c6c0adcc (patch) | |
tree | c09c52084edfa377b5e944369c15a9458a61a32d | |
parent | 405733e044e5ccb454d0b022a8b6eabaa757824d (diff) | |
download | scummvm-rg350-fde1da92f068f700d82774360dd6cd05c6c0adcc.tar.gz scummvm-rg350-fde1da92f068f700d82774360dd6cd05c6c0adcc.tar.bz2 scummvm-rg350-fde1da92f068f700d82774360dd6cd05c6c0adcc.zip |
Whitespace fix.
svn-id: r20737
-rw-r--r-- | engines/simon/intern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/intern.h b/engines/simon/intern.h index 90aeec1a8c..d197f70f53 100644 --- a/engines/simon/intern.h +++ b/engines/simon/intern.h @@ -92,7 +92,7 @@ struct FillOrCopyStruct { uint16 textColumn, textRow; uint16 scrollY; uint8 textColumnOffset, textLength, textMaxLength; - uint8 fill_color, text_color, unk5; + uint8 fill_color, text_color, unk5; FillOrCopyData *fcs_data; FillOrCopyStruct() { memset(this, 0, sizeof(*this)); } }; |