From 05f2a0e6e3c2adb2dd00c8555986a5a4055f2835 Mon Sep 17 00:00:00 2001 From: night0721 Date: Fri, 8 Nov 2024 17:33:31 +0000 Subject: [PATCH] Fix compiler warnings --- src/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.c b/src/commands.c index 637ced7..2c26e2a 100644 --- a/src/commands.c +++ b/src/commands.c @@ -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++) {