diff options
| author | Aaron Merey <amerey@redhat.com> | 2025-10-05 17:55:34 -0400 |
|---|---|---|
| committer | Aaron Merey <amerey@redhat.com> | 2025-10-05 17:55:34 -0400 |
| commit | c97d0b05dd2a233761e8a20a9144311741ad5270 (patch) | |
| tree | 9c29278286a407d245314532f42167654f341437 | |
| parent | 11c7823abe78af40bb94a37400c368d52c1177ac (diff) | |
fix init_gettext_strs declupstream/users/amerey/try-gettext-cache
| -rw-r--r-- | src/readelf.c | 2 |
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"); |
