diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-06-09 22:36:28 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-06-09 22:36:28 +0200 |
commit | f859e3df5a769b625f2045546bf1e4e74cdf1cd2 (patch) | |
tree | a35908113edbca85d745966faa6aa06071caff95 /contrib/paq.cpp | |
parent | 84dde56c3281a3570ddfc40e6f2f5ac580e692dd (diff) |
Adding an endl for better visibility of error messages.
Diffstat (limited to 'contrib/paq.cpp')
-rw-r--r-- | contrib/paq.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/paq.cpp b/contrib/paq.cpp index 3e820a0..9de5a01 100644 --- a/contrib/paq.cpp +++ b/contrib/paq.cpp @@ -238,7 +238,7 @@ int main(int argc, char** argv) } catch (exception& e) { - cerr << e.what(); + cerr << e.what() << endl; return -1; } |