summaryrefslogtreecommitdiff
path: root/PACE/pace/win32/pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/pace/win32/pthread.c')
-rw-r--r--PACE/pace/win32/pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PACE/pace/win32/pthread.c b/PACE/pace/win32/pthread.c
index a314c903e9c..b53dab9396c 100644
--- a/PACE/pace/win32/pthread.c
+++ b/PACE/pace/win32/pthread.c
@@ -81,7 +81,7 @@ pthread_getschedparam (pace_pthread_t thread,
int * policy,
pace_sched_param * param)
{
- PACE_UNUSED_ARG (policy)
+ PACE_UNUSED_ARG (policy);
if (param != (pace_sched_param*)0)
{
param->sched_priority = GetThreadPriority (thread);