From 67d163d2fa6e7db9673e8ec820b8ef21bca5e907 Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Tue, 15 Jan 2013 17:37:48 +0000 Subject: Fix duplicate 'const' declaration specifiers Thanks to Idwer and clang for noticing these problems. Corresponding to flashrom svn r1646. Signed-off-by: Stefan Tauner Signed-off-by: Idwer Vollering Acked-by: Stefan Tauner --- ich_descriptors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ich_descriptors.c') diff --git a/ich_descriptors.c b/ich_descriptors.c index c9ae6cd79..e5ca87a9e 100644 --- a/ich_descriptors.c +++ b/ich_descriptors.c @@ -335,7 +335,7 @@ void prettyprint_ich_descriptor_pchstraps111213_56(const struct ich_desc_south_s void prettyprint_ich_descriptor_straps_ibex(const struct ich_desc_south_strap *s) { - static const uint8_t const dec_t209min[4] = { + static const uint8_t dec_t209min[4] = { 100, 50, 5, -- cgit v1.2.3