summaryrefslogtreecommitdiffstats
path: root/CheckItem.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-02-27 16:35:22 -0300
committerHisham Muhammad <hisham@gobolinux.org>2014-02-27 16:35:22 -0300
commit6d90e58c01c606841753fb23b4effe3d815223cd (patch)
tree99153968af5251fdfbf534e1fc5b8e606f652c67 /CheckItem.h
parent953ec71235f51934014f025ea113e788238e2e24 (diff)
alignment improvements
Diffstat (limited to 'CheckItem.h')
-rw-r--r--CheckItem.h2
1 files changed, 1 insertions, 1 deletions
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;

© 2014-2024 Faster IT GmbH | imprint | privacy policy