aboutsummaryrefslogtreecommitdiffstats
path: root/src/gevent/gevent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gevent/gevent.c')
-rw-r--r--src/gevent/gevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gevent/gevent.c b/src/gevent/gevent.c
index 46e643e9..86eb23f0 100644
--- a/src/gevent/gevent.c
+++ b/src/gevent/gevent.c
@@ -71,7 +71,7 @@ void geventListenerInit(GListener *pl) {
pl->flags = 0;
}
-bool_t geventAttachSource(GListener *pl, GSourceHandle gsh, unsigned flags) {
+bool_t geventAttachSource(GListener *pl, GSourceHandle gsh, uint32_t flags) {
GSourceListener *psl, *pslfree;
// Safety first