From c97d0b05dd2a233761e8a20a9144311741ad5270 Mon Sep 17 00:00:00 2001 From: Aaron Merey Date: Sun, 5 Oct 2025 17:55:34 -0400 Subject: [PATCH] fix init_gettext_strs decl --- src/readelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.47.3