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