summaryrefslogtreecommitdiff
path: root/cppuhelper/source/shlib.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/shlib.cxx')
-rw-r--r--cppuhelper/source/shlib.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx
index 8099ef0bc038..8866240187d2 100644
--- a/cppuhelper/source/shlib.cxx
+++ b/cppuhelper/source/shlib.cxx
@@ -62,7 +62,7 @@ namespace cppu
//------------------------------------------------------------------------------
static inline void out( const char * p ) SAL_THROW( () )
{
- printf( p );
+ printf( "%c\n", p );
}
static inline void out( const OUString & r ) throw ()
{