summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ao_task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao_task.c b/ao_task.c
index b69f51ee..06c279e9 100644
--- a/ao_task.c
+++ b/ao_task.c
@@ -209,7 +209,7 @@ ao_task_info(void)
task = ao_tasks[i];
pc_loc = task->stack_count - 17;
printf("%12s: wchan %04x pc %04x\n",
- (char *) task->name,
+ task->name,
(int16_t) task->wchan,
(task->stack[pc_loc]) | (task->stack[pc_loc+1] << 8));
}