summaryrefslogtreecommitdiffstats
path: root/include/registry/registry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/registry/registry.hxx')
-rw-r--r--include/registry/registry.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/registry/registry.hxx b/include/registry/registry.hxx
index 09194c428a3e..f17a61abe8e7 100644
--- a/include/registry/registry.hxx
+++ b/include/registry/registry.hxx
@@ -719,7 +719,7 @@ inline RegError RegistryKeyArray::closeKeyHandles()
m_phKeys = NULL;
return ret;
} else
- return(REG_INVALID_KEY);
+ return REG_INVALID_KEY;
}