summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-06-09 23:41:40 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-06-09 23:41:40 +0200
commit9ba4c0b6238751be042541575b16d7a65ea07097 (patch)
tree4543050bb1ebca2a6dbcb5f8023f31f47419a686
parentc483cf0e36d654e10d15324fd4c2b75a57c405d8 (diff)
parentf859e3df5a769b625f2045546bf1e4e74cdf1cd2 (diff)
Merge branch 'master' of /pub/repo.git/Baltisot
-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;
}