mirror of
https://github.com/vgough/encfs.git
synced 2025-08-09 14:04:59 +02:00
Merge pull request #251 from enodata/master
Fix misplaced namespace closing brace
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user