main: Use gboolean type in GOptionEntry
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 26 Aug 2013 10:03:48 +0000 (13:03 +0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 2 Sep 2013 11:57:25 +0000 (13:57 +0200)
commitf226b625c8c94fc9be82bdfec14ebdf848c344d6
tree15da10230856320c63838b0839edb5ecfd171343
parent41c21af237502aae94139f5ff7baac3c96764368
main: Use gboolean type in GOptionEntry

The GOptionEntry options need to be of gboolean type as they are passed
as pointers. When the size of gboolean is different from the size of
bool, it will cause option variables to be overwritten by each other.
src/log.c
src/main.c
src/near.h