summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2010-03-09 08:58:17 +0000
committerroot <root>2010-03-09 08:58:17 +0000
commitc85fe89c5a1a12d1cefe32fe03246a3a057b8151 (patch)
tree5501a9db9d37ef0967cf257dbee419fdbc3251eb /ev.c
parent20a7f40dcd52aa975af410a66b8e72e337e3cc71 (diff)
ev_avoid_stdio
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index 850314d..bf83e90 100644
--- a/ev.c
+++ b/ev.c
@@ -574,7 +574,6 @@ ev_realloc_emul (void *ptr, long size)
* implement realloc (x, 0) (as required by both ansi c-98 and
* the single unix specification, so work around them here.
*/
-
if (size)
return realloc (ptr, size);