From 31a53a2b9e8b0b7ee2bfc493171504285c5ff3c9 Mon Sep 17 00:00:00 2001 From: Mark Friedenbach Date: Fri, 19 Feb 2016 17:57:40 -0800 Subject: Remove trailing comma in enumeration Trailing commas are not supported in strict C89. --- src/libsha2/state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/libsha2/state.h b/src/libsha2/state.h index c752047..f081a64 100644 --- a/src/libsha2/state.h +++ b/src/libsha2/state.h @@ -58,7 +58,7 @@ typedef enum libsha2_algorithm /** * SHA-512/256, outputs 32 bytes */ - LIBSHA2_512_256 = 6, + LIBSHA2_512_256 = 6 } libsha2_algorithm_t; -- cgit v1.2.3-70-g09d2