aboutsummaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.c b/client.c
index dbbc204..07e413f 100644
--- a/client.c
+++ b/client.c
@@ -313,7 +313,7 @@ void *command_line_routine(void* args) {
int inputInt = atoi(input);
if (input[0] != '0' && inputInt == 0) {
// if we're in here, it's ~likely~ not a number (ik it's not perfect, sorry :/)
- printf("unknown command: %si", input);
+ printf("unknown command: %s", input);
printf("snowcast_control> ");
fflush(stdout);
continue;