Kaydet (Commit) 3061e9e8 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add newline...

üst d3199755
...@@ -561,7 +561,7 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory( ...@@ -561,7 +561,7 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory(
#if OSL_DEBUG_LEVEL > 1 #if OSL_DEBUG_LEVEL > 1
if ( pSym == NULL ) 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" ); assert( !"Attempt to load unknown library" );
} }
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment