summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2008-04-16 01:37:14 +0000
committerroot <root>2008-04-16 01:37:14 +0000
commit22a779277c1d3f76c396208dd8e1321ebce87521 (patch)
tree9b83c7378b4ad92794e8990adf0659a66468eab6 /ev.c
parent8176c9f3c1c2e3b60d7ff3cc89c9083c8d0f1826 (diff)
*** empty log message ***
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index 51a070e..63cc99f 100644
--- a/ev.c
+++ b/ev.c
@@ -1187,7 +1187,7 @@ loop_init (EV_P_ unsigned int flags)
&& getenv ("LIBEV_FLAGS"))
flags = atoi (getenv ("LIBEV_FLAGS"));
- if (!(flags & 0x0000ffffUL))
+ if (!(flags & 0x0000ffffU))
flags |= ev_recommended_backends ();
#if EV_USE_PORT