Fixed issue #6
This commit is contained in:
parent
db212c1cfd
commit
d4fcba2e6f
3
main.c
3
main.c
|
@ -238,6 +238,9 @@ void getAdditionalDirs(bool safeMode){
|
||||||
printf(STR_TOTAL_DELETED_GIBIBYTES, gib);
|
printf(STR_TOTAL_DELETED_GIBIBYTES, gib);
|
||||||
}
|
}
|
||||||
setConsoleColor(RESET_CONSOLE_COLOR);
|
setConsoleColor(RESET_CONSOLE_COLOR);
|
||||||
|
printf(STR_EXIT_PAUSE);
|
||||||
|
fflush(stdout);
|
||||||
|
getch();
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(void){
|
int main(void){
|
||||||
|
|
2
str.h
2
str.h
|
@ -48,4 +48,6 @@
|
||||||
|
|
||||||
#define STR_ERROR_LIC "Falha ao ler arquivo de licença. Visite <https://www.gnu.org/licenses/> para mais informações.\n"
|
#define STR_ERROR_LIC "Falha ao ler arquivo de licença. Visite <https://www.gnu.org/licenses/> para mais informações.\n"
|
||||||
|
|
||||||
|
#define STR_EXIT_PAUSE "Pressione qualquer tecla para sair do programa.\n"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Reference in New Issue