commit | c5afe836b9b21cba244df275eb2042af963340b2 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@free.fr> | Wed Mar 23 14:37:36 2011 +0100 |
committer | Amit Kucheria <amit.kucheria@linaro.org> | Thu Mar 24 23:01:31 2011 +0200 |
tree | 33c77173992b57430639e6876ab9512121f1b40c | |
parent | 60a4102e691fffc43512e2429b329cf7bca38854 [diff] |
save some bytes by using the 'bool' type sizeof(int) : 4 sizeof(bool): 1 Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr> Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>