Remove unnecessary brackets

This commit is contained in:
Thomas Arnhold
2011-03-12 11:50:48 +01:00
parent 6488e5f120
commit 629b05ac30

View File

@@ -566,8 +566,8 @@ void OReaderThread::run()
if ( !ok ) if ( !ok )
{ {
OSL_FAIL( OSL_FAIL(
("urp_bridge: error while unpacking current" "urp_bridge: error while unpacking current"
" context") ); " context" );
disposeEnvironment(); disposeEnvironment();
break; break;
} }