kernel: fix main prototype

This commit is contained in:
Ben Gras
2010-07-06 12:14:59 +00:00
parent 5859ad686b
commit e920c1e1df
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ FORWARD _PROTOTYPE( void announce, (void));
/*===========================================================================*
* main *
*===========================================================================*/
PUBLIC int main(int argc, char *argv[])
PUBLIC int main(void)
{
/* Start the ball rolling. */
struct boot_image *ip; /* boot image pointer */