From 5b507811d8f64ccfc4e966de9cb243cb57e5686f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 27 Jul 2010 21:22:52 +0000 Subject: 2010-07-27 Joel Sherrill * posix/src/keycreate.c: Fix typo. --- cpukit/posix/src/keycreate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix') diff --git a/cpukit/posix/src/keycreate.c b/cpukit/posix/src/keycreate.c index 15382bbe4a..1fc87641e5 100644 --- a/cpukit/posix/src/keycreate.c +++ b/cpukit/posix/src/keycreate.c @@ -62,7 +62,7 @@ int pthread_key_create( /* * Since the removal of ITRON, this cannot occur. */ - if ( !_Objects_Information_table[ api_index ] ) + if ( !_Objects_Information_table[ the_api ] ) continue; /* -- cgit v1.2.3