summaryrefslogtreecommitdiff
path: root/l10ntools/source/treemerge.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/treemerge.cxx')
-rw-r--r--l10ntools/source/treemerge.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/treemerge.cxx b/l10ntools/source/treemerge.cxx
index b430575bb693..933edb79fad1 100644
--- a/l10ntools/source/treemerge.cxx
+++ b/l10ntools/source/treemerge.cxx
@@ -131,7 +131,7 @@ namespace
std::cerr
<< "Treex error: Cannot find title in "
<< sXhpPath << std::endl;
- return nullptr;
+ pReturn = nullptr;
}
xmlFreeDoc( pXhpFile );
xmlCleanupParser();