From 8af021382087293e2205eb15642346c6fdd30a59 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 30 Jul 2021 18:29:05 +0200 Subject: Fix clang warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libkeccak_unhex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkeccak_unhex.c') diff --git a/libkeccak_unhex.c b/libkeccak_unhex.c index 00bb039..26a6e7d 100644 --- a/libkeccak_unhex.c +++ b/libkeccak_unhex.c @@ -6,7 +6,7 @@ * Convert a hexadecimal hashsum (both lower case, upper * case and mixed is supported) to binary representation * - * @param output Output array, should have an allocation size of at least `strlen(hashsum) / 2` + * @param output_ Output array, should have an allocation size of at least `strlen(hashsum) / 2` * @param hashsum The hashsum to convert */ void -- cgit v1.2.3-70-g09d2