nfctool: Fix options type
authorDmytro Bagrii <dimich@softerra.com>
Thu, 10 Oct 2013 13:59:26 +0000 (16:59 +0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 11 Oct 2013 15:19:48 +0000 (17:19 +0200)
commit0df4ef5cacc3f24c2fc0ef20cd71bb8466b03821
treeef7e1d7fb787c8e56d665a4d530e328d37fde644
parent6228496889e0d06edf2b02f8d39f7e7ab25723d5
nfctool: Fix options type

G_OPTION_ARG_NONE flag in GOptionEntry expects gboolean type instead
of bool.
On platforms where sizeof(bool) != sizeof(gboolean), this patch fixes
runtime parsing error for nfctool.
tools/nfctool/nfctool.h