Hurd: Adjust to changes to "push pruning old threads down to the target"
[deliverable/binutils-gdb.git] / gdb / solib.c
index 29b25d56c7a6c936007b781aaf9f6fe104554d44..db370e9ff87c6aa6413161ead9a5a722390699cc 100644 (file)
@@ -1163,16 +1163,16 @@ info_sharedlibrary_command (char *pattern, int from_tty)
   if (nr_libs == 0)
     {
       if (pattern)
-       ui_out_message (uiout, 0,
+       ui_out_message (uiout,
                        _("No shared libraries matched.\n"));
       else
-       ui_out_message (uiout, 0,
+       ui_out_message (uiout,
                        _("No shared libraries loaded at this time.\n"));
     }
   else
     {
       if (so_missing_debug_info)
-       ui_out_message (uiout, 0,
+       ui_out_message (uiout,
                        _("(*): Shared library is missing "
                          "debugging information.\n"));
     }
This page took 0.023064 seconds and 4 git commands to generate.