Update 'src/parse.c'

This commit is contained in:
Liam Waldron 2023-05-04 12:21:56 -04:00
parent 0a70e16685
commit 03c2ae7681

View File

@ -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) {