revert. does not work

SVN revision: 47771
This commit is contained in:
Vincent Torri 2010-04-05 18:20:49 +00:00
parent ac2824d126
commit 62b6d186cd
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ extern "C" {
const char *license; /**< if exists, --license will work */
const char *description; /**< long description, possible multiline */
unsigned char strict : 1; /**< fail on errors */
const Ecore_Getopt_Desc *descs; /* NULL terminated. */
const Ecore_Getopt_Desc descs[]; /* NULL terminated. */
};
#define ECORE_GETOPT_STORE_FULL(shortname, longname, help, metavar, type, arg_requirement, default_value) \