Modules: Fix clang -Wstrict-prototypes warnings

This commit is contained in:
Sean McBride
2023-10-26 09:20:45 -04:00
committed by Brad King
parent 47c3334203
commit 81022213f6
+1 -1
View File
@@ -1,6 +1,6 @@
int foo();
int main()
int main(void)
{
return foo();
}