Make Chart's exit behavior consistent with phrase

This commit is contained in:
Kenneth Heafield 2012-10-22 11:38:37 +01:00
parent 12b7da903b
commit 4296e9720b

View File

@ -319,7 +319,7 @@ int main(int argc, char* argv[])
IFVERBOSE(1) util::PrintUsage(std::cerr);
#ifdef HACK_EXIT
#ifndef EXIT_RETURN
//This avoids that detructors are called (it can take a long time)
exit(EXIT_SUCCESS);
#else