summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-10-31 15:18:58 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-10-31 15:18:58 +0100
commit1ca62f5d3c57825924e62f41614eda00d888bd62 (patch)
tree74230cde5b277665c348584cc4338dbd264fa759 /utils
parentaba9b10df942a8e532bccbb589b175eae2661224 (diff)
utils: Fix missing semicolon
Thanks to Manuel RĂ¼ger for spotting this one. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/getconf.c2
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