From d265332581905dd769d5fcc93d18f753a6af9b1e Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 31 Aug 2013 20:47:03 -0500 Subject: [PATCH] write_integrity_table(): Fix documented return values --- src/integrity.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/integrity.c b/src/integrity.c index 5cbe021e..6d007fef 100644 --- a/src/integrity.c +++ b/src/integrity.c @@ -313,9 +313,7 @@ calculate_integrity_table(struct filedes *in_fd, * * Return values: * WIMLIB_ERR_SUCCESS (0) - * WIMLIB_ERR_INVALID_INTEGRITY_TABLE * WIMLIB_ERR_NOMEM - * WIMLIB_ERR_READ * WIMLIB_ERR_UNEXPECTED_END_OF_FILE * WIMLIB_ERR_WRITE */ -- 2.43.0