1
0
mirror of https://github.com/simh/simh.git synced 2026-01-27 04:22:24 +00:00

Merge branch 'SerialMux' and compiler suggested cleanup

This commit is contained in:
Mark Pizzolato
2012-12-18 09:52:14 -08:00
149 changed files with 11789 additions and 1437 deletions

View File

@@ -329,7 +329,7 @@ return 0;
void
Usage(void)
{
int i;
size_t i;
printf ("sim_BuildROMs Usage:\n");
printf ("sim_BuildROMs\n");
@@ -360,7 +360,7 @@ exit(2);
int
main(int argc, char **argv)
{
int i;
size_t i;
int status = 0;
if (argc == 1) { /* invoked without any arguments */