aboutsummaryrefslogtreecommitdiffstats
path: root/example/null.c
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-10-21 09:35:10 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-10-21 09:35:10 +0000
commit5dc8a80c655cea3717996c8f419fc73be133b647 (patch)
treee2d4675374ac50783107df0066b6f1c5fc56e860 /example/null.c
parenta2c5e56bc066ba01b5f17e528b92c4d878226b25 (diff)
downloadlibfuse-5dc8a80c655cea3717996c8f419fc73be133b647.tar.gz
cleanups + step minor version
Diffstat (limited to 'example/null.c')
-rw-r--r--example/null.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/example/null.c b/example/null.c
index 2eb5c8e..b854289 100644
--- a/example/null.c
+++ b/example/null.c
@@ -74,6 +74,5 @@ static struct fuse_operations null_oper = {
int main(int argc, char *argv[])
{
- fuse_main(argc, argv, &null_oper);
- return 0;
+ return fuse_main(argc, argv, &null_oper);
}