diff --git a/main.c b/main.c index 25025a4..3e618cd 100644 --- a/main.c +++ b/main.c @@ -84,11 +84,11 @@ void cleanDir(const char* path){ int main(void){ SetConsoleOutputCP(CP_UTF8); - + printLicense(0); - printf("--------------------\n%s %d, %s\n", PROGRAM_NAME, PROGRAM_SEASON, PROGRAM_VERSION); - printf("%s\n--------------------\n\n", PROGRAM_COPYRIGHT); + printf("%s\n%s %d, %s\n", STR_LN, PROGRAM_NAME, PROGRAM_SEASON, PROGRAM_VERSION); + printf("%s\n%s\n\n", PROGRAM_COPYRIGHT, STR_BR); printf("%s\n", STR_USE_WARNING); char in; diff --git a/str.h b/str.h index 8b21bee..b9d6bd1 100644 --- a/str.h +++ b/str.h @@ -20,6 +20,8 @@ #ifndef STR_DEF #define STR_DEF +#define STR_LN "--------------------------------------" + #define STR_USE_WARNING "Aviso: é recomendado fechar todos os programas abertos antes de utilizar este programa para poder remover mais arquivos temporários. Deseja continuar? (S/n)" #define STR_FETCHING_ADD_DIRS "Recolhendo pastas adicionais..."