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");
|
printf(COL_BLUE "INF" COL_RESET " | creating new emkfile\n");
|
||||||
emkfile_new = fopen(EMKFILE_NEW, "a+");
|
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 */
|
/* write emkconfig to new emkfile */
|
||||||
contents = fgetc(emkconfig);
|
contents = fgetc(emkconfig);
|
||||||
while (contents != EOF) {
|
while (contents != EOF) {
|
||||||
|
Loading…
Reference in New Issue
Block a user