Revision cae41b10

b/cocoa.m
867 867
    /* Finally give up our references to the objects */
868 868
    [windowMenu release];
869 869
    [windowMenuItem release];
870
 
871 870
}
872 871

  
873
static void CustomApplicationMain (argc, argv)
872
static void CustomApplicationMain(void)
874 873
{
875 874
    NSAutoreleasePool   *pool = [[NSAutoreleasePool alloc] init];
876 875
    QemuCocoaGUIController *gui_controller;
......
904 903
{
905 904
    gArgc = argc;
906 905
    gArgv = argv;
907
    
908
    CustomApplicationMain (argc, argv);
909
    
906

  
907
    CustomApplicationMain();
908

  
910 909
    return 0;
911 910
}

Also available in: Unified diff