Explicitly type main(), so c++ won't whine about it.

This commit is contained in:
david parsons
2014-11-01 20:56:31 -07:00
parent 2ba5646e72
commit f9040ff400
+1
View File
@@ -60,6 +60,7 @@ complain(char *fmt, ...)
}
int
main(int argc, char **argv)
{
int opt;