shell: Fix GUI build

* Fix shell_exit() signature, it's called without any argument.
This commit is contained in:
François Revol 2012-06-23 15:51:34 +02:00
parent 199a89bac4
commit ba541fd510

View File

@ -102,7 +102,7 @@ shell_prompt(char *str)
}
/*-----------------------------------------------------------------------------------*/
void
shell_exit(char *str)
shell_exit(void)
{
ctk_window_close(&window);
}