shell: Fix GUI build
* Fix shell_exit() signature, it's called without any argument.
This commit is contained in:
parent
199a89bac4
commit
ba541fd510
|
@ -102,7 +102,7 @@ shell_prompt(char *str)
|
|||
}
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
void
|
||||
shell_exit(char *str)
|
||||
shell_exit(void)
|
||||
{
|
||||
ctk_window_close(&window);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue