aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/util.c
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-11-30 18:25:20 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-11-30 18:25:20 +0000
commit83a074415d72e5dae0a7836fbe1f8b6b8cd3a098 (patch)
tree51622ccb22394d6a13985fa2be496b27503bb632 /kernel/util.c
parent96dfad7555e4cc410caf60408f517154119169da (diff)
downloadlibfuse-83a074415d72e5dae0a7836fbe1f8b6b8cd3a098.tar.gz
cleanup
Diffstat (limited to 'kernel/util.c')
-rw-r--r--kernel/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/util.c b/kernel/util.c
index fa5b082..003f8b2 100644
--- a/kernel/util.c
+++ b/kernel/util.c
@@ -40,9 +40,9 @@ int __init fuse_init(void)
return 0;
- err_fs_cleanup:
+ err_fs_cleanup:
fuse_fs_cleanup();
- err:
+ err:
return res;
}