choice and i are needed outside USE_CLI

This commit is contained in:
Laurent Vivier 2007-08-21 22:12:27 +00:00
parent 9f0952aa47
commit b14103168d

View File

@ -279,13 +279,13 @@ int read_config(emile_l2_header_t* info,
"initrd",
NULL
};
int i;
int choice;
#if defined(USE_CLI) && defined(__LINUX__)
emile_window_t win = { 7, 4, 8, 72 };
emile_list_t list;
int state;
int res;
int choice;
int i;
#endif
printf( " EMILE v"VERSION