Skip to content

Commit

Permalink
Fix multiple definitions of main in same namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ecsv committed Dec 13, 2013
1 parent a4b3bbf commit 020ae86
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/main/main.c
Expand Up @@ -859,12 +859,3 @@ void main_stop(void)
}
#endif
}

/*********************************************************************************************************
* main function
*/
int main(int argc, char *argv[])
{
return 1;
}

0 comments on commit 020ae86

Please sign in to comment.