examples/ostest: Fix an error in last commit.

This commit is contained in:
Gregory Nutt 2017-03-27 08:58:23 -06:00
parent a3fd7fdec0
commit 531f5e1419

View File

@ -89,7 +89,7 @@ static FAR void *robust_waiter(FAR void *parameter)
void robust_test(void)
{
pthread_attr_t pattr;
pthread_mutexattr_t *mattr;
pthread_mutexattr_t mattr;
pthread_t waiter;
void *result;
int nerrors = 0;