diff options
-rw-r--r-- | utils/getconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/getconf.c b/utils/getconf.c index dba4a9e8c..1b6fb1c92 100644 --- a/utils/getconf.c +++ b/utils/getconf.c @@ -1054,7 +1054,7 @@ static const struct { const char *name; int num; } specs[] = static const int nspecs = sizeof (specs) / sizeof (specs[0]); #ifndef __UCLIBC_HAS___PROGNAME__ -static const char *__progname = "getconf" +static const char *__progname = "getconf"; #endif static attribute_noreturn void |