should be bool since we already include eina

SVN revision: 54521
This commit is contained in:
Mike Blumenkrantz 2010-11-12 18:37:27 +00:00
parent e697938fc2
commit 55da81c2ef
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ extern "C" {
const char *copyright; /**< if exists, --copyright will work */
const char *license; /**< if exists, --license will work */
const char *description; /**< long description, possible multiline */
unsigned char strict : 1; /**< fail on errors */
Eina_Bool strict : 1; /**< fail on errors */
const Ecore_Getopt_Desc descs[]; /* NULL terminated. */
};