diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:30:17 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:30:17 +0000 |
commit | bbd9467c608912f60956406fb2de67c331c3d777 (patch) | |
tree | 1cf848a9728f8ba3cb454eaee75c995f9330780d /tools | |
parent | 2caf617c48d621bfcdb4c6e14d3e0744e29f1fe1 (diff) |
INTEGRATION: CWS mh11rc (1.13.90); FILE MERGED
2003/06/06 10:33:12 mh 1.13.90.1: join: from beta2
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bootstrp/rscdep.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/bootstrp/rscdep.cxx b/tools/bootstrp/rscdep.cxx index ddba573d0bc2..50ea5263b559 100644 --- a/tools/bootstrp/rscdep.cxx +++ b/tools/bootstrp/rscdep.cxx @@ -2,9 +2,9 @@ * * $RCSfile: rscdep.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2002-02-21 14:23:26 $ + * last change: $Author: vg $ $Date: 2003-06-12 10:30:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -338,7 +338,7 @@ main( int argc, char **argv ) * it's too sad that getopt() is not available everywhere * note: this is not a full POSIX conforming getopt() */ -simple_getopt(int argc, char *argv[], const char *optstring) +int simple_getopt(int argc, char *argv[], const char *optstring) { char *arg = argv[optind]; |