summaryrefslogtreecommitdiff
path: root/ev.h
diff options
context:
space:
mode:
authorroot <root>2008-04-09 14:39:28 +0000
committerroot <root>2008-04-09 14:39:28 +0000
commitb795b532ac849e121d343691a96575295966f852 (patch)
tree67cb70346a66bc36527a706dbd5e4c906fe79d70 /ev.h
parentc53a2cc35c5654d2d2ff4577df69819872374051 (diff)
*** empty log message ***
Diffstat (limited to 'ev.h')
-rw-r--r--ev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.h b/ev.h
index 213e20c..74fb059 100644
--- a/ev.h
+++ b/ev.h
@@ -366,7 +366,7 @@ union ev_any_watcher
#if EV_EMBED_ENABLE
struct ev_embed embed;
#endif
-#if EV_ASYND_ENABLE
+#if EV_ASYNC_ENABLE
struct ev_async async;
#endif
};