mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-03 12:03:13 +02:00
Fixed a minor events issue
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ Event *EventFind(char *name)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void EventModEvery(Event *event, int every)
|
||||
void EventModEvery(Event *event, long every)
|
||||
{
|
||||
Event *eventptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user