From 0bcdefb16b27d722ed252e7922f63c5caf2d801e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 9 Mar 2010 09:02:03 +0000 Subject: ev_avoid_stdio --- ev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ev.c b/ev.c index fd1f81b..d0a160a 100644 --- a/ev.c +++ b/ev.c @@ -574,7 +574,7 @@ ev_realloc_emul (void *ptr, long size) return realloc (ptr, size); #else /* some systems, notably openbsd and darwin, fail to properly - * implement realloc (x, 0) (as required by both ansi c-98 and + * implement realloc (x, 0) (as required by both ansi c-89 and * the single unix specification, so work around them here. */ -- cgit v1.2.3