瀏覽代碼

fix typo in previous commit

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 14 年之前
父節點
當前提交
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.  */
 }