]> wimlib.net Git - wimlib/commitdiff
write_integrity_table(): Fix documented return values
authorEric Biggers <ebiggers3@gmail.com>
Sun, 1 Sep 2013 01:47:03 +0000 (20:47 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 1 Sep 2013 01:47:03 +0000 (20:47 -0500)
src/integrity.c

index 5cbe021e6f53ee0a4dc397abf51db33e68cb7d90..6d007fef93f825c6922b07b6d0ee0b18eaf37ba4 100644 (file)
@@ -313,9 +313,7 @@ calculate_integrity_table(struct filedes *in_fd,
  *
  * Return values:
  *     WIMLIB_ERR_SUCCESS (0)
  *
  * Return values:
  *     WIMLIB_ERR_SUCCESS (0)
- *     WIMLIB_ERR_INVALID_INTEGRITY_TABLE
  *     WIMLIB_ERR_NOMEM
  *     WIMLIB_ERR_NOMEM
- *     WIMLIB_ERR_READ
  *     WIMLIB_ERR_UNEXPECTED_END_OF_FILE
  *     WIMLIB_ERR_WRITE
  */
  *     WIMLIB_ERR_UNEXPECTED_END_OF_FILE
  *     WIMLIB_ERR_WRITE
  */