diff options
Diffstat (limited to 'gdb/xcoffsolib.c')
-rw-r--r-- | gdb/xcoffsolib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xcoffsolib.c b/gdb/xcoffsolib.c index 9dcc3c4f715..9cf293bf604 100644 --- a/gdb/xcoffsolib.c +++ b/gdb/xcoffsolib.c @@ -109,7 +109,7 @@ sharedlibrary_command (char *pattern, int from_tty) char *re_err = re_comp (pattern); if (re_err) - error ("Invalid regexp: %s", re_err); + error (_("Invalid regexp: %s"), re_err); } /* Walk the list of currently loaded shared libraries, and read |