Corrected three comments about recently introduced error codes.

This commit is contained in:
Thomas Schmitt 2012-05-26 23:09:55 +02:00
parent 8770148cad
commit bc7e8acb74
1 changed files with 3 additions and 3 deletions

View File

@ -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