X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fmodify.c;fp=src%2Fmodify.c;h=ee6edb17f2e66e81a861f6aabcc67e4f5854e692;hp=3403eb323720a9fda7e10306bdeee27834eabf81;hb=9c4d58824c53710f891cfab234bf0bc697030ebe;hpb=3cf06a471de65b5e69b44c41b95b1bbfb49ab55f diff --git a/src/modify.c b/src/modify.c index 3403eb32..ee6edb17 100644 --- a/src/modify.c +++ b/src/modify.c @@ -983,8 +983,8 @@ WIMLIBAPI int wimlib_add_image(WIMStruct *w, const char *source, capture_tree = build_dentry_tree_ntfs; extra_arg = &w->ntfs_vol; #else - ERROR("wimlib was compiled without support for NTFS-3g, so"); - ERROR("we cannot capture a WIM image directly from a NTFS volume"); + ERROR("wimlib was compiled without support for NTFS-3g, so\n" + " cannot capture a WIM image directly from a NTFS volume!"); return WIMLIB_ERR_UNSUPPORTED; #endif } else {