mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 07:53:31 +01:00
Merge pull request #251 from enodata/master
Fix misplaced namespace closing brace
This commit is contained in:
commit
d9bd3d260e
@ -741,6 +741,6 @@ int encfs_removexattr(const char *path, const char *name) {
|
||||
bind(_do_removexattr, _1, _2, name));
|
||||
}
|
||||
|
||||
} // namespace encfs
|
||||
|
||||
#endif // HAVE_XATTR
|
||||
|
||||
} // namespace encfs
|
||||
|
Loading…
Reference in New Issue
Block a user