From 659fe6f310772b822adf3a2d32bcddbfc3bb1277 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 15 Mar 2019 08:37:40 +0100 Subject: loplugin:typedefparam Change-Id: Id694376160986b74ef2bf6cacdd96c13669d5c32 Reviewed-on: https://gerrit.libreoffice.org/69291 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- soltools/cpp/_getopt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit