From 03c2ae7681ee7778db3711524f28212da9a84fe3 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Thu, 4 May 2023 12:21:56 -0400 Subject: [PATCH] Update 'src/parse.c' --- src/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parse.c b/src/parse.c index a3e07a0..5d04a14 100644 --- a/src/parse.c +++ b/src/parse.c @@ -82,7 +82,7 @@ char includeConfig() { printf(COL_BLUE "INF" COL_RESET " | creating new emkfile\n"); emkfile_new = fopen(EMKFILE_NEW, "a+"); - printf(COL_BLIE "INF" COL_RESET " | running preprocessing tasks...\n"); + printf(COL_BLUE "INF" COL_RESET " | running preprocessing tasks...\n"); /* write emkconfig to new emkfile */ contents = fgetc(emkconfig); while (contents != EOF) {