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
commitda4dcc3346d81a6d07cb66bda04064bc2d6bd590 (patch)
tree6da538c319b8da789e9a4571355d05da39ece01a /registry
parent6593aceab52151ffe9153458691632b3354c28b2 (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 72f620772d23..121d5fbb2d6e 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[] )