fix main default to int

sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent 71c24a546d
commit fdc97d667d

@ -34,7 +34,7 @@
#endif
main()
int main()
{
printf(ARCH "\n");
}

@ -32,7 +32,7 @@
# warning "Could not detect the OS"
#endif
main()
int main()
{
printf(OS "\n");
}

Loading…
Cancel
Save