summaryrefslogtreecommitdiff
path: root/lib/sqfshelper/write_xattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqfshelper/write_xattr.c')
-rw-r--r--lib/sqfshelper/write_xattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqfshelper/write_xattr.c b/lib/sqfshelper/write_xattr.c
index ddedc55..a84822f 100644
--- a/lib/sqfshelper/write_xattr.c
+++ b/lib/sqfshelper/write_xattr.c
@@ -33,7 +33,7 @@ static int write_key(meta_writer_t *mw, const char *key, tree_xattr_t *xattr,
++key;
if (value_is_ool)
- type |= SQUASHFS_XATTR_FLAG_OOL;
+ type |= SQFS_XATTR_FLAG_OOL;
kent.type = htole16(type);
kent.size = htole16(strlen(key));