Mon 9 Dec 20:40:44 CET 2024

This commit is contained in:
sbosse 2024-12-09 20:43:52 +01:00
parent 1b6f6e49c6
commit a53ab3982d

View File

@ -156,7 +156,7 @@ static int kshell_listdir(const char *path)
return 0;
}
static int kshell_execute(int argc, const char **argv)
int kshell_execute(int argc, const char **argv)
{
const char *cmd = argv[0];