From 5dc8a80c655cea3717996c8f419fc73be133b647 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 21 Oct 2004 09:35:10 +0000 Subject: cleanups + step minor version --- example/null.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'example/null.c') 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); } -- cgit v1.2.3