aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cg-base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cg-base.c b/cg-base.c
index ad03937..1df9e0d 100644
--- a/cg-base.c
+++ b/cg-base.c
@@ -282,7 +282,7 @@ synchronise(int timeout)
}
}
- sync:
+sync:
if (pollfd.revents & (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI | POLLERR | POLLHUP | POLLNVAL)) {
for (;;) {
if (libcoopgamma_synchronise(&cg, asyncs, filters_n, &selected) < 0) {