projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecd073b
)
fix compiler warning
author
Csaba Henk
<csaba.henk@creo.hu>
Wed, 1 Jul 2009 21:57:33 +0000
(21:57 +0000)
committer
Csaba Henk
<csaba.henk@creo.hu>
Wed, 1 Jul 2009 21:57:33 +0000
(21:57 +0000)
example/fsel.c
patch
|
blob
|
history
diff --git
a/example/fsel.c
b/example/fsel.c
index a3c0c68837024a482ada355044e3fd4c027dea61..f30ddd50d9fcaa55473db24104769450b09c10d2 100644
(file)
--- 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[])