compile fix in apps/upper_case.cpp

This commit is contained in:
David Anderson 2013-07-05 20:45:33 -07:00
parent 93c970f87c
commit 417b26c7b4
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ int main(int argc, char **argv) {
boinc_crash();
}
if (early_sleep && i>30) {
g_sleep = true;
boinc_disable_timer_thread = true;
while (1) boinc_sleep(1);
}