X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fextract.c;h=a574f7c5af374d77f0cde3740f5743b0eb93b05a;hb=06b7241e194674d56c970fc56441beb84bc258bb;hp=36b6583cae60233f1975bcb34aa6fea36ea321da;hpb=23ea88c8b6eae44e1a50b104f8a5d3314b59c4e9;p=wimlib diff --git a/src/extract.c b/src/extract.c index 36b6583c..a574f7c5 100644 --- a/src/extract.c +++ b/src/extract.c @@ -2775,7 +2775,7 @@ check_extract_flags(const WIMStruct *wim, int *extract_flags_p) #ifndef WITH_NTFS_3G if (extract_flags & WIMLIB_EXTRACT_FLAG_NTFS) { ERROR("wimlib was compiled without support for NTFS-3g, so\n" - " it cannot apply a WIM image directly to a NTFS volume."); + " it cannot apply a WIM image directly to an NTFS volume."); return WIMLIB_ERR_UNSUPPORTED; } #endif