summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-21 15:53:23 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-21 15:53:23 +0000
commit458a7c2c7dc5ce082bddcc953ab57a9506206f18 (patch)
tree3fed3e4510ae330c7315635f0d370b65e6ef410e /sal
parent3af1efde386531c7f0c6c0f66e142c9c19da9e47 (diff)
WaE: add a space to tell SLED-11 gcc that we know what we're doing
Diffstat (limited to 'sal')
-rw-r--r--sal/rtl/source/strtmpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/source/strtmpl.cxx b/sal/rtl/source/strtmpl.cxx
index 93f91331d376..f8220b239d65 100644
--- a/sal/rtl/source/strtmpl.cxx
+++ b/sal/rtl/source/strtmpl.cxx
@@ -106,7 +106,7 @@ sal_Int32 SAL_CALL IMPL_RTL_STRNAME( compare_WithLength )( const IMPL_RTL_STRCOD
--pStr1;
--pStr2;
- while( (--nCount >= 0) && (*++pStr1 == *++pStr2) );
+ while( (--nCount >= 0) && (*++pStr1 == *++pStr2) ) ;
if( nCount >= 0 )
nRet = ((sal_Int32)(IMPL_RTL_USTRCODE( *pStr1 )))