summaryrefslogtreecommitdiff
path: root/contrib/paq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/paq.cpp')
-rw-r--r--contrib/paq.cpp2
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;
}