mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Remove unused main() arguments
This commit is contained in:
parent
9035325e56
commit
32d86978fd
|
@ -144,7 +144,7 @@ Suite *network_suite(void)
|
|||
return s;
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
int main()
|
||||
{
|
||||
srand((unsigned int) time(NULL));
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user