From 5bd3ba41e55e8c52e04d730d1e8a924b23b21591 Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Wed, 1 Jul 2009 21:57:33 +0000 Subject: [PATCH] fix compiler warning --- example/fsel.c | 2 ++ 1 file changed, 2 insertions(+) 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[]) -- 2.30.2