~smlavine/navipage

1a0b052cece623da83f38cbe9f635fc2706f9190 — Sebastian LaVine 1 year, 5 months ago 0ac3636
Import err 1.0.1
1 files changed, 2 insertions(+), 1 deletions(-)

M err.c
M err.c => err.c +2 -1
@@ 30,7 30,8 @@ char *argv0;
 *
 ***********************************************************************
 * vewarn() calls vwarn(), then prints ": " if the format string is
 * neither NULL nor empty, the value of strerror(errno), and a newline.
 * neither NULL nor empty, then prints the value of strerror(errno) and
 * a newline.
 *
 * ewarn() is a variadic wrapper for vewarn().
 *