mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-31 08:30:51 +00:00
choice and i are needed outside USE_CLI
This commit is contained in:
parent
9f0952aa47
commit
b14103168d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user