summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-04-15 10:51:30 +0200
committerTor Lillqvist <tml@iki.fi>2012-04-15 11:56:54 +0200
commit3061e9e86621c092ab4b4f64509b6394a326afe5 (patch)
treeb417c05221f4197122378ceaea120b637eda8a34 /cppuhelper
parentd31997559adac6f03d932cb6c5819149c38c1398 (diff)
Add newline...
Diffstat (limited to 'cppuhelper')
-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 5b8516124349..421df0fe9dbd 100644
--- a/cppuhelper/source/shlib.cxx
+++ b/cppuhelper/source/shlib.cxx
@@ -561,7 +561,7 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory(
#if OSL_DEBUG_LEVEL > 1
if ( pSym == NULL )
{
- fprintf( stderr, "attempting to load unknown library %s", OUStringToOString( rLibName, RTL_TEXTENCODING_ASCII_US ).getStr() );
+ fprintf( stderr, "attempting to load unknown library %s\n", OUStringToOString( rLibName, RTL_TEXTENCODING_ASCII_US ).getStr() );
assert( !"Attempt to load unknown library" );
}
#endif