From 2373daf5bfb881b29bd2712c322c0e7c70ecc1ca Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Wed, 22 May 2013 23:32:44 -0500 Subject: [PATCH] wimlib.h: Fix docs for WIMLIB_OPEN_FLAG_WRITE_ACCESS --- include/wimlib.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/wimlib.h b/include/wimlib.h index 6d3c3caa..9c8239aa 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -916,9 +916,9 @@ struct wimlib_wim_info { /** Check if the WIM is writable and return ::WIMLIB_ERR_WIM_IS_READONLY if it * is not. A WIM is considered writable only if it is writable at the * filesystem level, does not have the WIM_HDR_FLAG_READONLY flag set in its - * header (note: wimlib currently never sets this flag), and is not part of a - * spanned set. It is not required to provide this flag to make changes to the - * WIM, but with this flag you get the error sooner rather than later. */ + * header, and is not part of a spanned set. It is not required to provide this + * flag to make changes to the WIM, but with this flag you get the error sooner + * rather than later. */ #define WIMLIB_OPEN_FLAG_WRITE_ACCESS 0x00000004 /****************************** -- 2.43.0