From fde1da92f068f700d82774360dd6cd05c6c0adcc Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Thu, 16 Feb 2006 23:43:51 +0000 Subject: Whitespace fix. svn-id: r20737 --- engines/simon/intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } }; -- cgit v1.2.3