diff options
Diffstat (limited to 'gdb/somsolib.c')
-rw-r--r-- | gdb/somsolib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/somsolib.c b/gdb/somsolib.c index aff470c..966033f 100644 --- a/gdb/somsolib.c +++ b/gdb/somsolib.c @@ -829,7 +829,7 @@ the program.")); return; old_dld: - error (_("Debugging dynamic executables loaded via the hpux8 dld.sl is not supported.)); + error (_("Debugging dynamic executables loaded via the hpux8 dld.sl is not supported.")); err: error (_("Error while reading dynamic library list.")); |