From: Aaron Merey Date: Sun, 5 Oct 2025 21:55:34 +0000 (-0400) Subject: fix init_gettext_strs decl X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c97d0b05dd2a233761e8a20a9144311741ad5270;p=thirdparty%2Felfutils.git fix init_gettext_strs decl --- diff --git a/src/readelf.c b/src/readelf.c index 3076ffd7..49d19a80 100644 --- a/src/readelf.c +++ b/src/readelf.c @@ -448,7 +448,7 @@ static char *copy_str; static void -init_gettext_strs () +init_gettext_strs (void) { yes_str = _("yes"); no_str = _("no");