summaryrefslogtreecommitdiff
path: root/registry/workben/test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/workben/test.cxx')
-rw-r--r--registry/workben/test.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/workben/test.cxx b/registry/workben/test.cxx
index c2ecd485cc26..c9b7038bb09a 100644
--- a/registry/workben/test.cxx
+++ b/registry/workben/test.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: test.cxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.4.10.1 $
*
* This file is part of OpenOffice.org.
*
@@ -34,9 +34,9 @@
#include <stdio.h>
#if (defined UNX) || (defined OS2)
-int main( int argc, char * argv[] )
+int main()
#else
-int _cdecl main( int argc, char * argv[] )
+int _cdecl main()
#endif
{
void test_coreReflection();