diff --git a/ntfsprogs/ntfsresize.c b/ntfsprogs/ntfsresize.c index 8402b5a8..1eddbb25 100644 --- a/ntfsprogs/ntfsresize.c +++ b/ntfsprogs/ntfsresize.c @@ -1879,7 +1879,7 @@ static void lookup_data_attr(ntfs_volume *vol, perr_exit("ntfs_open_inode"); if (NInoAttrList(ni)) - perr_exit("Attribute list attribute not yet supported"); + err_exit("Attribute list attribute not yet supported"); if (!(*ctx = attr_get_search_ctx(ni, NULL))) exit(1);