summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psxhdrs/pthread02.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/psxtests/psxhdrs/pthread02.c')
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread02.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/psxtests/psxhdrs/pthread02.c b/c/src/tests/psxtests/psxhdrs/pthread02.c
index f46253fdea..52dbc3e99a 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread02.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread02.c
@@ -21,8 +21,8 @@
void test( void )
{
- int result;
pthread_attr_t attribute;
+ int result;
result = pthread_attr_destroy( &attribute );
}