OSDN Git Service

utils: Fix missing semicolon
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 31 Oct 2012 14:18:58 +0000 (15:18 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 31 Oct 2012 14:18:58 +0000 (15:18 +0100)
Thanks to Manuel RĂ¼ger for spotting this one.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
utils/getconf.c

index dba4a9e..1b6fb1c 100644 (file)
@@ -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