From 2ca7edda89bf9294fbdbfee3d503b551f0011da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Fri, 29 Aug 2014 18:34:28 +0200 Subject: [PATCH] lavu/hash.c: Add missing "static const". MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Reimar Döffinger --- libavutil/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/hash.c b/libavutil/hash.c index 773f29e23b..7037b0d6ff 100644 --- a/libavutil/hash.c +++ b/libavutil/hash.c @@ -60,7 +60,7 @@ typedef struct AVHashContext { uint32_t crc; } AVHashContext; -struct { +static const struct { const char *name; int size; } hashdesc[] = {