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);
|
||||
}
|
||||
setConsoleColor(RESET_CONSOLE_COLOR);
|
||||
printf(STR_EXIT_PAUSE);
|
||||
fflush(stdout);
|
||||
getch();
|
||||
}
|
||||
|
||||
int main(void){
|
||||
|
|
Reference in New Issue