From 1ca62f5d3c57825924e62f41614eda00d888bd62 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 31 Oct 2012 15:18:58 +0100 Subject: utils: Fix missing semicolon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Manuel RĂ¼ger for spotting this one. Signed-off-by: Bernhard Reutner-Fischer --- utils/getconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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 -- cgit v1.2.3