summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCsaba Henk <csaba.henk@creo.hu>2009-07-01 21:57:33 +0000
committerCsaba Henk <csaba.henk@creo.hu>2009-07-01 21:57:33 +0000
commit5bd3ba41e55e8c52e04d730d1e8a924b23b21591 (patch)
tree9ecf9f8f2ef4cbd8f12c05ac4d9666a2fec36b6c
parentecd073bd7054c9e13516041e3ef930e39270c8df (diff)
downloadfuse-5bd3ba41e55e8c52e04d730d1e8a924b23b21591.tar.gz
fix compiler warning
-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[])