summaryrefslogtreecommitdiff
path: root/src/timer.c
diff options
context:
space:
mode:
authorfcolin2002-04-04 08:55:02 +0000
committerfcolin2002-04-04 08:55:02 +0000
commit94da62f234292a3f6b942cb33c1868427eea4eae (patch)
tree7c71a583d2ef97bee4a8d0924fbc579e9b50e7e4 /src/timer.c
parent0804a5e035f41c70db089ccec7d06c6ebec09a56 (diff)
downloadivy-c-94da62f234292a3f6b942cb33c1868427eea4eae.zip
ivy-c-94da62f234292a3f6b942cb33c1868427eea4eae.tar.gz
ivy-c-94da62f234292a3f6b942cb33c1868427eea4eae.tar.bz2
ivy-c-94da62f234292a3f6b942cb33c1868427eea4eae.tar.xz
remove Timer struct def , and ## in ivy.c
Diffstat (limited to 'src/timer.c')
-rw-r--r--src/timer.c2
1 files changed, 1 insertions, 1 deletions
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;