diff options
author | Garance A Drosehn <gad@FreeBSD.org> | 2002-11-25 22:59:52 +0000 |
---|---|---|
committer | Garance A Drosehn <gad@FreeBSD.org> | 2002-11-25 22:59:52 +0000 |
commit | 080d74478e729359caf36b5a985a640c1647e8ca (patch) | |
tree | cdc3f4923a159e5de8869f75de1fbe04b9c8e334 /contrib/diff/util.c | |
parent | 85e03a7e1e57d8defb678652296fd4c07c3a8082 (diff) |
Notes
Diffstat (limited to 'contrib/diff/util.c')
-rw-r--r-- | contrib/diff/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/diff/util.c b/contrib/diff/util.c index a1e46dc95729..67c4af939e6f 100644 --- a/contrib/diff/util.c +++ b/contrib/diff/util.c @@ -485,7 +485,7 @@ print_1_line (line_flag, line) output_1_line (text, limit, flag_format, line_flag); if ((!line_flag || line_flag[0]) && limit[-1] != '\n') - fputc ('\n', out); + fprintf (out, "\n\\ No newline at end of file\n"); } /* Output a line from TEXT up to LIMIT. Without -t, output verbatim. |