2011-01-05 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / solib-osf.c
index 2ed7c3b053e2006f3ca954d12293b33303b3d2ff..02bf7b1812e8b8db76059e15c9c57c1d0c76247e 100644 (file)
@@ -221,7 +221,8 @@ fetch_sec_names (struct lm_info *lmi)
       target_read_string (lms->nameaddr, &name, PATH_MAX, &errcode);
       if (errcode != 0)
        {
-         warning (_("unable to read shared sec name at 0x%lx"), lms->nameaddr);
+         warning (_("unable to read shared sec name at 0x%lx"),
+                  lms->nameaddr);
          name = xstrdup ("");
        }
       lms->name = name;
This page took 0.035746 seconds and 4 git commands to generate.