From 4ce44c668ddc0a909c3f081d98c68bea90a93af9 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Wed, 17 Nov 1999 02:31:06 +0000 Subject: import gdb-1999-11-16 snapshot --- gdb/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/exec.c') diff --git a/gdb/exec.c b/gdb/exec.c index 2ff76e8..8a7da9d 100644 --- a/gdb/exec.c +++ b/gdb/exec.c @@ -198,7 +198,7 @@ exec_file_attach (args, from_tty) {; } if (*argv == NULL) - error ("no exec file name was specified"); + error ("No executable file name was specified"); filename = tilde_expand (*argv); make_cleanup (free, filename); -- cgit v1.1