[Libreoffice-commits] core.git: soltools/cpp
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Mar 15 15:54:59 UTC 2019
soltools/cpp/_getopt.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 659fe6f310772b822adf3a2d32bcddbfc3bb1277
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Mar 15 08:37:40 2019 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Mar 15 16:54:31 2019 +0100
loplugin:typedefparam
Change-Id: Id694376160986b74ef2bf6cacdd96c13669d5c32
Reviewed-on: https://gerrit.libreoffice.org/69291
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/soltools/cpp/_getopt.h b/soltools/cpp/_getopt.h
index cb0a5008f410..c894c2c9153f 100644
--- a/soltools/cpp/_getopt.h
+++ b/soltools/cpp/_getopt.h
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SOLTOOLS_CPP__GETOPT_H
#define INCLUDED_SOLTOOLS_CPP__GETOPT_H
-int stgetopt(int, char *const *, const char *);
+int stgetopt(int, char *const [], const char *);
extern char *optarg;
extern int optind;
More information about the Libreoffice-commits
mailing list