remove warning about missing return value; fix typo
This commit is contained in:
parent
13a7812cf5
commit
887ba4d501
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue