thin_check: add missing LF

This commit is contained in:
Heinz Mauelshagen 2012-03-13 13:10:13 +01:00
parent ef7e3b7e94
commit 212d8417b2

View File

@ -41,7 +41,7 @@ namespace {
}
} catch (std::exception &e) {
if (!quiet)
cerr << e.what();
cerr << e.what() << endl;
return 1;
}