Apply r241720 by ed:

Fix warnings found by -Wmising-variable-declarations.
This commit is contained in:
Kai Wang 2014-01-18 10:13:04 +00:00
parent aedbdd2c5c
commit 35b270102d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/elftoolchain/; revision=260848

View File

@ -38,7 +38,7 @@ ELFTC_VCSID("$Id: elf_errmsg.c 2225 2011-11-26 18:55:54Z jkoshy $");
* Retrieve a human readable translation for an error message.
*/
const char *_libelf_errors[] = {
static const char *_libelf_errors[] = {
#define DEFINE_ERROR(N,S) [ELF_E_##N] = S
DEFINE_ERROR(NONE, "No Error"),
DEFINE_ERROR(ARCHIVE, "Malformed ar(1) archive"),