From 46cf9187cb1153bf860513041643da04a45d1bf1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 7 Jul 2022 15:26:59 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- common.h | 2 +- sum_fd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common.h b/common.h index 2c8250c..6d9d067 100644 --- a/common.h +++ b/common.h @@ -5,8 +5,8 @@ #include #include #include -#include #include +#include #include #include 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; } -- cgit v1.2.3-70-g09d2