summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-09-26 13:03:24 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-09-26 13:03:24 +0000
commita9282f4f900640ea2c1e5d3ffa5b88a5a36fee8d (patch)
tree8cbe7e81f46f787913e710e250630506ea3882ef /registry
parentbdfdf9d0c3b2da5f352730c77ab82b15a040f7dc (diff)
#65293#: main returns in
Diffstat (limited to 'registry')
-rw-r--r--registry/tools/regcompare.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/tools/regcompare.cxx b/registry/tools/regcompare.cxx
index ab8281aee..39409dbe8 100644
--- a/registry/tools/regcompare.cxx
+++ b/registry/tools/regcompare.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: regcompare.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-08-17 13:05:32 $
+ * last change: $Author: hr $ $Date: 2001-09-26 14:03:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1859,7 +1859,7 @@ static sal_uInt32 compareKeys(RegistryKey& key1, RegistryKey& key2)
}
#if (defined UNX) || (defined OS2)
-void main( int argc, char * argv[] )
+int main( int argc, char * argv[] )
#else
void _cdecl main( int argc, char * argv[] )