summaryrefslogtreecommitdiff
path: root/registry/tools/regview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/tools/regview.cxx')
-rw-r--r--registry/tools/regview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/tools/regview.cxx b/registry/tools/regview.cxx
index bdd72b22bb6b..16b1b17a5060 100644
--- a/registry/tools/regview.cxx
+++ b/registry/tools/regview.cxx
@@ -98,7 +98,7 @@ int __cdecl main( int argc, char * argv[] )
exit(1);
}
- return(0);
+ return 0;
}