[git commit master] fix typo in previous commit

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Sat Jan 23 21:41:25 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=b448835995a7459e3f2e0f0cdce0e51b95ac7662
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/pwd_grp/lckpwdf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libc/pwd_grp/lckpwdf.c b/libc/pwd_grp/lckpwdf.c
index da72b0f..adbc616 100644
--- a/libc/pwd_grp/lckpwdf.c
+++ b/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.  */
 }
-- 
1.6.3.3



More information about the uClibc-cvs mailing list