summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/ao_task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ao_task.c b/src/core/ao_task.c
index a19a6a6f..d7d0e8a2 100644
--- a/src/core/ao_task.c
+++ b/src/core/ao_task.c
@@ -164,7 +164,7 @@ ao_task_info(void)
task = ao_tasks[i];
printf("%12s: wchan %04x\n",
task->name,
- (int16_t) task->wchan);
+ (int) task->wchan);
}
}