diff options
Diffstat (limited to 'include/sqfs/super.h')
-rw-r--r-- | include/sqfs/super.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sqfs/super.h b/include/sqfs/super.h index d275ec1..cdf8029 100644 --- a/include/sqfs/super.h +++ b/include/sqfs/super.h @@ -237,7 +237,7 @@ typedef enum { /** * @brief Set to indicate that data blocks have not been deduplicated. */ - SQFS_FLAG_DUPLICATES = 0x0040, + SQFS_FLAG_NO_DUPLICATES = 0x0040, /** * @brief Set to indicate that an NFS export table is present. |