From be278d2bb8f67e75c4bb2e5a62f217fe79dc66e3 Mon Sep 17 00:00:00 2001 From: rburchell Date: Fri, 28 Nov 2008 16:16:53 +0000 Subject: 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 --- src/timeout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/timeout.c') diff --git a/src/timeout.c b/src/timeout.c index f0c2df417..b8f31765e 100644 --- a/src/timeout.c +++ b/src/timeout.c @@ -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); -- cgit