soltools/cpp/_getopt.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 659fe6f310772b822adf3a2d32bcddbfc3bb1277
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Fri Mar 15 08:37:40 2019 +0100
Commit:     Stephan Bergmann <sberg...@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 <sberg...@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;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to