summaryrefslogtreecommitdiff
path: root/pr/tests/intrupt.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/intrupt.c')
-rw-r--r--pr/tests/intrupt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/tests/intrupt.c b/pr/tests/intrupt.c
index b5970808..ce5e06d7 100644
--- a/pr/tests/intrupt.c
+++ b/pr/tests/intrupt.c
@@ -289,7 +289,7 @@ void PR_CALLBACK Intrupt(void *arg)
PR_ASSERT(PR_SUCCESS == rv);
PR_DestroyCondVar(cv);
- PR_DestroyLock(ml);
+ PR_DestroyLock(ml);
} /* Intrupt */
int main(int argc, char **argv)