summaryrefslogtreecommitdiff
path: root/binutils/dllwrap.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-12-06 10:22:36 +0000
committerNick Clifton <nickc@redhat.com>2001-12-06 10:22:36 +0000
commita32af3bcdf92ceb830bb705f989da5503f77828e (patch)
tree7da65cd2a978d72316fed12744394f3d917c37c3 /binutils/dllwrap.c
parent1b301dd64e50a26f9e3c471f51292f727c1bdc86 (diff)
downloadbinutils-redhat-a32af3bcdf92ceb830bb705f989da5503f77828e.tar.gz
Fixes to improve the ability to translate messages in the binutils tools
Diffstat (limited to 'binutils/dllwrap.c')
-rw-r--r--binutils/dllwrap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/dllwrap.c b/binutils/dllwrap.c
index fb92cb214f..f90ab7feb2 100644
--- a/binutils/dllwrap.c
+++ b/binutils/dllwrap.c
@@ -849,8 +849,8 @@ main (argc, argv)
delete_def_file = 1;
free (fileprefix);
delete_def_file = 1;
- warn (_("no export definition file provided"));
- warn (_("creating one, but that may not be what you want"));
+ warn (_("no export definition file provided.\n\
+Creating one, but that may not be what you want"));
}
/* set the target platform. */