comments.

This commit is contained in:
Christopher Jeffrey 2014-08-05 19:24:44 -07:00
parent ca593ce987
commit a241c45c72

View File

@ -363,6 +363,9 @@ main(int argc, char **argv) {
}
}
// freopen("/dev/null", "a", stdout);
// freopen("/dev/null", "a", stderr);
#ifdef __linux__
dontkillme();
#endif