[poppler] cpp/poppler-private.cpp
Albert Astals Cid
aacid at kemper.freedesktop.org
Mon Apr 30 13:09:52 UTC 2018
cpp/poppler-private.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 15d6519933256ffd1746eb6c7988def34228952e
Author: Albert Astals Cid <aacid at kde.org>
Date: Mon Apr 30 15:09:26 2018 +0200
cpp: add a newline after the error line
diff --git a/cpp/poppler-private.cpp b/cpp/poppler-private.cpp
index 4de2256b..9f49fcfa 100644
--- a/cpp/poppler-private.cpp
+++ b/cpp/poppler-private.cpp
@@ -33,7 +33,7 @@ using namespace poppler;
static void stderr_debug_function(const std::string &msg, void * /*data*/)
{
- std::cerr << "poppler/" << msg;
+ std::cerr << "poppler/" << msg << std::endl;
}
debug_func detail::user_debug_function = stderr_debug_function;
More information about the poppler
mailing list