1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 02:43:13 +02:00

Remove (void) args, these just make things ugly.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1811 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2008-11-28 16:16:53 +00:00
parent 72e09121b2
commit be278d2bb8
57 changed files with 209 additions and 209 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ static Timeout *timeouts = NULL;
/* Check the timeout list for any pending actions. */
void check_timeouts(void)
void check_timeouts()
{
Timeout *to, *to2;
time_t t = time(NULL);