summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-04-22 01:52:14 +0000
committerRoland McGrath <roland@redhat.com>1992-04-22 01:52:14 +0000
commitf959c6b5b5abfee2d6bd4040f6f1102007a84ab7 (patch)
tree1aff074281f98912878f79ba27e709fe75e05308 /job.c
parent7d375209b95eda02deba7beac6babe7e807b1af9 (diff)
downloadgunmake-f959c6b5b5abfee2d6bd4040f6f1102007a84ab7.tar.gz
Formerly job.c.~60~
Diffstat (limited to 'job.c')
-rw-r--r--job.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/job.c b/job.c
index b85fbb8..f527cf6 100644
--- a/job.c
+++ b/job.c
@@ -163,7 +163,7 @@ child_error (target_name, exit_code, exit_sig, coredump, ignored)
{
if (exit_sig == 0)
error (ignored ? "[%s] Error %d (ignored)" :
- "*** [%s] Error %d%s",
+ "*** [%s] Error %d",
target_name, exit_code);
else
{