Update 'src/parse.c'
This commit is contained in:
parent
0a70e16685
commit
03c2ae7681
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user