Fix compiler warnings
This commit is contained in:
parent
3e4a097e70
commit
05f2a0e6e3
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ int cd(char **args) {
|
|||
|
||||
// show help menu
|
||||
int help(char **args) {
|
||||
printf("90s %s\n", VERSION);
|
||||
printf("90s %f\n", VERSION);
|
||||
printf("Built in commands:\n");
|
||||
|
||||
for (int i = 0; i < num_builtins(); i++) {
|
||||
|
|
Loading…
Reference in a new issue