annotations, indent
[apps/madmutt.git] / lib-sys / evtloop.h
index 3e7458a..b64942e 100644 (file)
@@ -74,7 +74,7 @@ DO_DELETE(job_t, job);
 typedef struct machine_t {
     const char *name;
     __must_check__ int (*setup)(job_t *w, void *);
-    int (*on_event)(job_t *w, el_event);
+    __must_check__ int (*on_event)(job_t *w, el_event);
     void (*finalize)(job_t *w, el_status);
 } machine_t;