diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-04-15 10:51:30 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-04-15 11:56:54 +0200 |
commit | 3061e9e86621c092ab4b4f64509b6394a326afe5 (patch) | |
tree | b417c05221f4197122378ceaea120b637eda8a34 /cppuhelper/source | |
parent | d31997559adac6f03d932cb6c5819149c38c1398 (diff) |
Add newline...
Diffstat (limited to 'cppuhelper/source')
-rw-r--r-- | cppuhelper/source/shlib.cxx | 2 |
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 |