Skip to content

Commit 757c53f

Browse files
thesamesammark4o
authored andcommitted
opus.m4: fix -Wstrict-prototypes
Signed-off-by: Sam James <[email protected]> Signed-off-by: Mark Harris <[email protected]>
1 parent bce1f39 commit 757c53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opus.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dnl
6363
#include <string.h>
6464
#include <opus.h>
6565
66-
int main ()
66+
int main (void)
6767
{
6868
system("touch conf.opustest");
6969
return 0;

0 commit comments

Comments
 (0)