From: Eric Biggers Date: Thu, 23 May 2013 04:32:44 +0000 (-0500) Subject: wimlib.h: Fix docs for WIMLIB_OPEN_FLAG_WRITE_ACCESS X-Git-Tag: v1.4.1~11 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=2373daf5bfb881b29bd2712c322c0e7c70ecc1ca;hp=4587a5137d9e06b2863e37006f1ebd042eefc0e3 wimlib.h: Fix docs for WIMLIB_OPEN_FLAG_WRITE_ACCESS --- 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 /******************************