From 07a30d19ef7195fc361d41d9de3debc4562277c3 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 14 Mar 2009 04:45:39 +0000 Subject: *** empty log message *** --- ev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ev.c') diff --git a/ev.c b/ev.c index 7b8a92c..57b1f31 100644 --- a/ev.c +++ b/ev.c @@ -678,7 +678,7 @@ array_realloc (int elem, void *base, int *cur, int cnt) #endif #define array_free(stem, idx) \ - ev_free (stem ## s idx); stem ## cnt idx = stem ## max idx = 0; + ev_free (stem ## s idx); stem ## cnt idx = stem ## max idx = 0; stem ## s idx = 0 /*****************************************************************************/ -- cgit v1.2.3