]> wimlib.net Git - wimlib/blobdiff - src/modify.c
Header and ifdef fixes
[wimlib] / src / modify.c
index 3403eb323720a9fda7e10306bdeee27834eabf81..ee6edb17f2e66e81a861f6aabcc67e4f5854e692 100644 (file)
@@ -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 {