Merge branch '0.5.x' into 0.6.0.x

Conflicts:
	doc/unit-tests.txt
This commit is contained in:
Luke Dashjr
2012-08-12 17:35:44 +00:00
9 changed files with 12 additions and 12 deletions

View File

@@ -79,7 +79,7 @@ void Shutdown(void* parg)
printf("Bitcoin exiting\n\n");
fExit = true;
#ifndef QT_GUI
// ensure non-UI client get's exited here, but let Bitcoin-Qt reach return 0; in bitcoin.cpp
// ensure non-UI client gets exited here, but let Bitcoin-Qt reach 'return 0;' in bitcoin.cpp
exit(0);
#endif
}