mirror of
https://github.com/vgough/encfs.git
synced 2025-01-23 22:28:34 +01:00
fix misplaced namespace closing brace
This commit is contained in:
parent
559c30d01e
commit
afe67ab9a0
@ -741,6 +741,6 @@ int encfs_removexattr(const char *path, const char *name) {
|
|||||||
bind(_do_removexattr, _1, _2, name));
|
bind(_do_removexattr, _1, _2, name));
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace encfs
|
|
||||||
|
|
||||||
#endif // HAVE_XATTR
|
#endif // HAVE_XATTR
|
||||||
|
|
||||||
|
} // namespace encfs
|
||||||
|
Loading…
Reference in New Issue
Block a user