From da4dcc3346d81a6d07cb66bda04064bc2d6bd590 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 26 Sep 2001 13:03:24 +0000 Subject: #65293#: main returns in --- registry/tools/regcompare.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'registry') 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[] ) -- cgit