mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
remove warning about missing return value; fix typo
This commit is contained in:
@@ -40,6 +40,7 @@ int main(void)
|
|||||||
printf("is'a a XL/XE, %s, Rev. %d\n",palntsc ? "PAL" : "NTSC",minor);
|
printf("is'a a XL/XE, %s, Rev. %d\n",palntsc ? "PAL" : "NTSC",minor);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
printf("hit <RETURN> to continure...\n");
|
printf("hit <RETURN> to continue...\n");
|
||||||
c = getchar();
|
c = getchar();
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user