From dd5dc12f1e65715541c85d40684f5a2d6fb5e877 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 18 Nov 2012 18:01:37 -0600 Subject: [PATCH] wimlib.h doc fix --- src/wimlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wimlib.h b/src/wimlib.h index c83a36dc..df2dffab 100644 --- a/src/wimlib.h +++ b/src/wimlib.h @@ -1538,7 +1538,7 @@ extern int wimlib_unmount(const char *dir, int flags); * @param image * The image inside the WIM to write. Use ::WIM_ALL_IMAGES to include all * images. - * @param flags + * @param write_flags * Bitwise OR of ::WIMLIB_WRITE_FLAG_CHECK_INTEGRITY and/or * ::WIMLIB_WRITE_FLAG_SHOW_PROGRESS. If * ::WIMLIB_WRITE_FLAG_CHECK_INTEGRITY is given, an integrity table is -- 2.43.0