diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2019-09-01 23:11:28 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2019-09-01 23:11:28 -0400 |
commit | e71901e1f0a981aff8eb37162ab053e1bb9df5aa (patch) | |
tree | 7c1388df139b4ec9206e6ca8b27483c329677333 /util | |
parent | 16b12d6f3135b2addab50ad257f30301928759db (diff) |
#C directive
Diffstat (limited to 'util')
-rw-r--r-- | util/err.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ static void err_print_footer_(const char *context) { if (!has_newline) end = strchr(context, '\0'); assert(end); + err_fprint("\n\there: --> "); err_fwrite(context, 1, (size_t)(end - context)); if (!has_newline) err_fprint("<end of file>"); |