From ba22ee0406ef2e31c7b004b353ebc47812b45281 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 14 May 2020 06:50:55 +0000 Subject: ntux_output_strerror(): pretty-printing: removed extra period. --- src/output/ntux_output_error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/output/ntux_output_error.c b/src/output/ntux_output_error.c index be58ba1..5ed570a 100644 --- a/src/output/ntux_output_error.c +++ b/src/output/ntux_output_error.c @@ -71,7 +71,7 @@ static const char * ntux_output_strerror( return "(see child process error messages)"; else if (erri->esyscode == ENOBUFS) - return "input error: string length exceeds buffer size."; + return "input error: string length exceeds buffer size"; else return ntux_strerror(dctx,erri->esyscode); -- cgit v1.2.3