Explorar o código

fix typo in previous commit

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer %!s(int64=15) %!d(string=hai) anos
pai
achega
b448835995
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libc/pwd_grp/lckpwdf.c

+ 1 - 1
libc/pwd_grp/lckpwdf.c

@@ -146,7 +146,7 @@ ulckpwdf (void)
 
 
 static void
-noop_handler (int sig attribute_unused)
+noop_handler (int sig attribute_unused) {
 
   /* We simply return which makes the `fcntl' call return with an error.  */
 }