Added void before main
This commit is contained in:
parent
16ff8728d8
commit
7bbd1a5327
|
@ -30,6 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
extern void PyMac_InitApplet();
|
extern void PyMac_InitApplet();
|
||||||
|
|
||||||
|
void
|
||||||
main() {
|
main() {
|
||||||
PyMac_InitApplet();
|
PyMac_InitApplet();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue