diff options
author | root <root> | 2011-02-16 08:07:25 +0000 |
---|---|---|
committer | root <root> | 2011-02-16 08:07:25 +0000 |
commit | 8d3dfc6c8f54e355abc6c0a272a054365fbdb2a5 (patch) | |
tree | 6c7d83526de958312886aa747e6179995e5c4175 /ev.h | |
parent | fae7977aadb778bc87da9507d6f90f49522d30f5 (diff) |
4.04rel-4_04
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -185,7 +185,7 @@ struct ev_loop; # define EV_INLINE static #endif -/* EV_PROTOTYPES can be sued to switch of prototype declarations */ +/* EV_PROTOTYPES can be used to switch of prototype declarations */ #ifndef EV_PROTOTYPES # define EV_PROTOTYPES 1 #endif @@ -193,7 +193,7 @@ struct ev_loop; /*****************************************************************************/ #define EV_VERSION_MAJOR 4 -#define EV_VERSION_MINOR 3 +#define EV_VERSION_MINOR 4 /* eventmask, revents, events... */ enum { |