opus.m4: fix -Wstrict-prototypes

Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Mark Harris <mark.hsj@gmail.com>
This commit is contained in:
Sam James 2022-11-23 03:19:54 +00:00 committed by Mark Harris
parent bce1f39235
commit 757c53f775
No known key found for this signature in database
GPG Key ID: 92293B4D0118BDB0

View File

@ -63,7 +63,7 @@ dnl
#include <string.h>
#include <opus.h>
int main ()
int main (void)
{
system("touch conf.opustest");
return 0;