소스 검색

fix typo in previous commit

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 15 년 전
부모
커밋
b448835995
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.  */
 }