diff options
author | Roland McGrath <roland@redhat.com> | 1992-04-22 01:52:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-04-22 01:52:14 +0000 |
commit | f959c6b5b5abfee2d6bd4040f6f1102007a84ab7 (patch) | |
tree | 1aff074281f98912878f79ba27e709fe75e05308 /job.c | |
parent | 7d375209b95eda02deba7beac6babe7e807b1af9 (diff) | |
download | gunmake-f959c6b5b5abfee2d6bd4040f6f1102007a84ab7.tar.gz |
Formerly job.c.~60~
Diffstat (limited to 'job.c')
-rw-r--r-- | job.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |