aboutsummaryrefslogtreecommitdiffstats
path: root/sum_fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sum_fd.c')
-rw-r--r--sum_fd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sum_fd.c b/sum_fd.c
index 73a5a5a..c4f41d0 100644
--- a/sum_fd.c
+++ b/sum_fd.c
@@ -52,7 +52,7 @@ libsha1_sum_fd(int fd, enum libsha1_algorithm algorithm, void *restrict hashsum)
if (errno == EINTR)
continue;
#if ALLOCA_LIMIT <= 0
- free(chunk);
+ free(chunk);
#endif
return -1;
}