From 6d90e58c01c606841753fb23b4effe3d815223cd Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 27 Feb 2014 16:35:22 -0300 Subject: alignment improvements --- CheckItem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CheckItem.h') diff --git a/CheckItem.h b/CheckItem.h index 98ed17a1..86d4aa5b 100644 --- a/CheckItem.h +++ b/CheckItem.h @@ -14,8 +14,8 @@ in the source distribution for its full text. typedef struct CheckItem_ { Object super; char* text; - bool value; bool* ref; + bool value; } CheckItem; -- cgit v1.2.3