Explorar el Código

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 hace 11 años
padre
commit
1ca62f5d3c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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