summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Merey <amerey@redhat.com>2025-10-05 17:55:34 -0400
committerAaron Merey <amerey@redhat.com>2025-10-05 17:55:34 -0400
commitc97d0b05dd2a233761e8a20a9144311741ad5270 (patch)
tree9c29278286a407d245314532f42167654f341437
parent11c7823abe78af40bb94a37400c368d52c1177ac (diff)
fix init_gettext_strs declupstream/users/amerey/try-gettext-cache
-rw-r--r--src/readelf.c2
1 files changed, 1 insertions, 1 deletions
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");