From 94da62f234292a3f6b942cb33c1868427eea4eae Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 4 Apr 2002 08:55:02 +0000 Subject: remove Timer struct def , and ## in ivy.c --- src/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/timer.c') diff --git a/src/timer.c b/src/timer.c index 5ccc690..f147232 100644 --- a/src/timer.c +++ b/src/timer.c @@ -43,7 +43,7 @@ struct _timer { unsigned long when; TimerCb callback; void *user_data; - }Timer; + }; /* liste des timers */ TimerId timers = NULL; -- cgit v1.1