aboutsummaryrefslogtreecommitdiff
path: root/example/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/hello.c')
-rw-r--r--example/hello.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/example/hello.c b/example/hello.c
index 040c835..c7a0c1c 100644
--- a/example/hello.c
+++ b/example/hello.c
@@ -84,6 +84,5 @@ static struct fuse_operations hello_oper = {
int main(int argc, char *argv[])
{
- fuse_main(argc, argv, &hello_oper);
- return 0;
+ return fuse_main(argc, argv, &hello_oper);
}