Modules: Fix clang -Wstrict-prototypes warnings

This commit is contained in:
Sean McBride
2023-10-25 10:44:07 -04:00
committed by Brad King
parent 47c3334203
commit 81022213f6

View File

@@ -1,6 +1,6 @@
int foo();
int main()
int main(void)
{
return foo();
}