summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-09-26 13:15:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-09-26 13:15:36 +0000
commitd3835f775962a9d15da5aa9a477cf4b68e40f55d (patch)
tree50fd6dcde81ceaf4da7b96a79365aba4ec307788 /idlc
parent1ed107494eeec47c0b3eb3a0e1914d4f486e4c95 (diff)
#65293#: main returns int
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/idlcmain.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/source/idlcmain.cxx b/idlc/source/idlcmain.cxx
index 00e32aa33f48..f0f8780329ab 100644
--- a/idlc/source/idlcmain.cxx
+++ b/idlc/source/idlcmain.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: idlcmain.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-08-17 13:03:26 $
+ * last change: $Author: hr $ $Date: 2001-09-26 14:15:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,7 +64,7 @@
using namespace ::rtl;
-void SAL_CALL main( int argc, char** argv )
+int SAL_CALL main( int argc, char** argv )
{
Options options;