diff options
Diffstat (limited to 'l10ntools/source/helpmerge.cxx')
-rw-r--r-- | l10ntools/source/helpmerge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/helpmerge.cxx b/l10ntools/source/helpmerge.cxx index 663b4a945a1a..fbe9e2bee283 100644 --- a/l10ntools/source/helpmerge.cxx +++ b/l10ntools/source/helpmerge.cxx @@ -87,7 +87,7 @@ bool HelpParser::CreatePO( std::unique_ptr <XMLFile> file ( aParser.Execute( sHelpFile, pXmlFile ) ); - if(file.get() == nullptr) + if (file == nullptr) { printf( "%s: %s\n", |