]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
fix init_gettext_strs decl users/amerey/try-gettext-cache
authorAaron Merey <amerey@redhat.com>
Sun, 5 Oct 2025 21:55:34 +0000 (17:55 -0400)
committerAaron Merey <amerey@redhat.com>
Sun, 5 Oct 2025 21:55:34 +0000 (17:55 -0400)
src/readelf.c

index 3076ffd73e3108155cad18f5fe14bdb3bbd93010..49d19a805fc31c89be2c34352ae224ff8c07d1af 100644 (file)
@@ -448,7 +448,7 @@ static char *copy_str;
 
 
 static void
-init_gettext_strs ()
+init_gettext_strs (void)
 {
   yes_str = _("yes");
   no_str = _("no");