X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib.h;h=7547b7c9d2efae344198f4bf20fa4f05c9fccd16;hp=02f7473288c814b386fe2682f7c78d2125e4d2f7;hb=a0a35f892af5a7536b68d3d8034bcd5f298d7de1;hpb=e322cb658a1257d3a5174301b948a4ccad7b3851 diff --git a/include/wimlib.h b/include/wimlib.h index 02f74732..7547b7c9 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -729,9 +729,9 @@ struct wimlib_capture_config { #define WIMLIB_EXTRACT_FLAG_REPLACE_INVALID_FILENAMES 0x00000800 /** On Windows, when there exist two or more files with the same case - * insensitive name (but different case sensitive names), try to extract them - * all by appending junk to the end of them, rather than extracting an - * arbitrarily only one. */ + * insensitive name but different case sensitive names, try to extract them all + * by appending junk to the end of them, rather than arbitrarily extracting only + * one. */ #define WIMLIB_EXTRACT_FLAG_ALL_CASE_CONFLICTS 0x00001000 /******************************