diff options
Diffstat (limited to 'l10ntools/source/lngmerge.cxx')
-rw-r--r-- | l10ntools/source/lngmerge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/lngmerge.cxx b/l10ntools/source/lngmerge.cxx index 1ab50ac06f79..5465d556a023 100644 --- a/l10ntools/source/lngmerge.cxx +++ b/l10ntools/source/lngmerge.cxx @@ -106,7 +106,7 @@ bool LngParser::CreatePO( const OString &rPOFile ) ReadLine( sLine , Text ); sID = sGroup; sLine = *(*pLines)[ nPos++ ]; - }; + } if( bStart ) { bStart = false; sID = sGroup; |