aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/analyze/analyze.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/analyze/analyze.cpp b/tools/analyze/analyze.cpp
index 5f3e52ef00..9513e5ebe2 100644
--- a/tools/analyze/analyze.cpp
+++ b/tools/analyze/analyze.cpp
@@ -265,7 +265,7 @@ int main(int argc, char **argv) {
return 1;
}
} catch (const ParseException &E) {
- cerr << E.getMessage() << endl;
+ std::cerr << E.getMessage() << "\n";
return 1;
}