X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/d23763dae4f649cc29a923298e0232ffdf608744..98ff9295493ed2b990f30768e11b18b6bc65eaa4:/test/tvec-remote.c diff --git a/test/tvec-remote.c b/test/tvec-remote.c index bcbfad0..637f851 100644 --- a/test/tvec-remote.c +++ b/test/tvec-remote.c @@ -169,7 +169,7 @@ static PRINTF_LIKE(3, 4) va_start(ap, msg); close_comms(rc); rc->f |= TVRF_BROKEN; - tvec_report_v(tv, TVLEV_ERR, msg, &ap); + tvec_report_v(tv, TVLV_ERR, msg, &ap); va_end(ap); return (-1); } @@ -1020,7 +1020,7 @@ static void remote_etest(struct tvec_output *o, unsigned outcome) /* --- @remote_report@ --- * * * Arguments: @struct tvec_output *o@ = output sink (ignored) - * @unsigned level@ = message level (@TVLEV_...@) + * @unsigned level@ = message level (@TVLV_...@) * @const char *msg@, @va_list *ap@ = format string and * arguments * @@ -1662,7 +1662,7 @@ static void report_errline(char *p, size_t n, void *ctx) * * If @f@ has @ERF_SILENT@ set, then discard the stderr material * without reporting it. Otherwise it is reported as - * @TVLEV_NOTE@. + * @TVLV_NOTE@. * * if @f@ has @ERF_CLOSE@ set, then continue reading until * end-of-file is received; also, report any final partial line,