diff options
| -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"); |
