summaryrefslogtreecommitdiff
path: root/getfattr/getfattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'getfattr/getfattr.c')
-rw-r--r--getfattr/getfattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/getfattr/getfattr.c b/getfattr/getfattr.c
index 692d2d8..dc4dab6 100644
--- a/getfattr/getfattr.c
+++ b/getfattr/getfattr.c
@@ -306,7 +306,7 @@ int list_attributes(const char *path, int *header_printed)
return 1;
} else if (length == 0)
return 0;
-
+
if (high_water_alloc((void **)&list, &list_size, length)) {
perror(progname);
had_errors++;