Parcourir la source

utils: Fix missing semicolon

Thanks to Manuel Rüger for spotting this one.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer il y a 11 ans
Parent
commit
1ca62f5d3c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      utils/getconf.c

+ 1 - 1
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