cppuhelper/source/findsofficepath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 72303710ab70007769118a1f13106822f3558916 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Sun Apr 10 09:09:29 2022 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Sun Apr 10 10:24:51 2022 +0200 -Werror,-Wstrict-prototypes Change-Id: I7b3d6f5a19020191e7add5ed21666d84e54744a3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132760 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/cppuhelper/source/findsofficepath.c b/cppuhelper/source/findsofficepath.c index 75d370981968..c8a8846355fd 100644 --- a/cppuhelper/source/findsofficepath.c +++ b/cppuhelper/source/findsofficepath.c @@ -211,7 +211,7 @@ wchar_t* #else char* #endif -cppuhelper_detail_findSofficePath() +cppuhelper_detail_findSofficePath(void) { return platformSpecific(); }