aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-tasks.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ada-tasks.c')
-rw-r--r--gdb/ada-tasks.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ada-tasks.c b/gdb/ada-tasks.c
index c067ae6..31092fd 100644
--- a/gdb/ada-tasks.c
+++ b/gdb/ada-tasks.c
@@ -1013,7 +1013,7 @@ print_ada_task_info (struct ui_out *uiout,
if (ada_build_task_list () == 0)
{
- ui_out_message (uiout, 0,
+ ui_out_message (uiout,
_("Your application does not use any Ada tasks.\n"));
return;
}
@@ -1163,7 +1163,7 @@ info_task (struct ui_out *uiout, char *taskno_str, struct inferior *inf)
if (ada_build_task_list () == 0)
{
- ui_out_message (uiout, 0,
+ ui_out_message (uiout,
_("Your application does not use any Ada tasks.\n"));
return;
}
@@ -1328,7 +1328,7 @@ task_command (char *taskno_str, int from_tty)
if (ada_build_task_list () == 0)
{
- ui_out_message (uiout, 0,
+ ui_out_message (uiout,
_("Your application does not use any Ada tasks.\n"));
return;
}