Fix compiler warnings

This commit is contained in:
Night Kaly 2024-11-08 17:33:31 +00:00
parent 3e4a097e70
commit 05f2a0e6e3
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

View file

@ -168,7 +168,7 @@ int cd(char **args) {
// show help menu // show help menu
int help(char **args) { int help(char **args) {
printf("90s %s\n", VERSION); printf("90s %f\n", VERSION);
printf("Built in commands:\n"); printf("Built in commands:\n");
for (int i = 0; i < num_builtins(); i++) { for (int i = 0; i < num_builtins(); i++) {