summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--example/fsel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/fsel.c b/example/fsel.c
index a3c0c68..f30ddd5 100644
--- a/example/fsel.c
+++ b/example/fsel.c
@@ -241,6 +241,8 @@ static void *fsel_producer(void *data)
nanosleep(&interval, NULL);
}
+
+ return NULL;
}
int main(int argc, char *argv[])