From bc7e8acb749dc7e0021c647b44281bde4534d84a Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 26 May 2012 23:09:55 +0200 Subject: [PATCH] Corrected three comments about recently introduced error codes. --- libisofs/libisofs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libisofs/libisofs.h b/libisofs/libisofs.h index cbf56fe..b2ffb0d 100644 --- a/libisofs/libisofs.h +++ b/libisofs/libisofs.h @@ -7147,14 +7147,14 @@ int iso_image_hfsplus_bless(IsoImage *img, enum IsoHfsplusBlessings blessing, #define ISO_AAIP_BAD_ATTR_NAME 0xE830FE84 /** ACL text contains multiple entries of user::, group::, other:: - (FAILURE, HIGH, -379) */ + (FAILURE, HIGH, -381) */ #define ISO_AAIP_ACL_MULT_OBJ 0xE830FE83 /** File sections do not form consecutive array of blocks - (FAILURE, HIGH, -378) */ + (FAILURE, HIGH, -382) */ #define ISO_SECT_SCATTERED 0xE830FE82 -/** Too many Apple Partition Map entries requested (FAILURE, HIGH, -377)*/ +/** Too many Apple Partition Map entries requested (FAILURE, HIGH, -383)*/ #define ISO_BOOT_TOO_MANY_APM 0xE830FE81