small fix

git-svn-id: svn://kolibrios.org@5828 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Serhii Sakhno 2015-09-13 18:42:28 +00:00
parent 817e9d83af
commit 79bee04258

View File

@ -54,5 +54,5 @@ void Operation_Draw_Progress(dword copying_filename) {
progressbar_draw stdcall (#copy_bar);
progressbar_progress stdcall (#copy_bar);
//copy_bar.value++;
pause(50);
//pause(50);
}