diff options
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.c b/gdb/target.c index 07e62f4..40e458e 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -355,7 +355,7 @@ tcomplain () void noprocess () { - error ("You can't do that without a process to debug"); + error ("You can't do that without a process to debug."); } /* ARGSUSED */ |