From f4eaf1ed329cb2623bfeb17970da42ddb9cb0531 Mon Sep 17 00:00:00 2001 From: discomfitor Date: Fri, 12 Nov 2010 18:37:27 +0000 Subject: [PATCH] should be bool since we already include eina git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@54521 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore/Ecore_Getopt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore/Ecore_Getopt.h b/src/lib/ecore/Ecore_Getopt.h index 18a8459..2bb984f 100644 --- a/src/lib/ecore/Ecore_Getopt.h +++ b/src/lib/ecore/Ecore_Getopt.h @@ -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. */ }; -- 2.7.4