From: Jan Schaumann Date: Sat, 8 Jul 2023 17:19:44 +0000 (-0400) Subject: add a space after the comma in an error message X-Git-Tag: 1.9.0-rc.1~12^2~1^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=734d527f6d3a6a5a49564ebe8e4b118867086b39;p=thirdparty%2Fldns.git add a space after the comma in an error message --- diff --git a/examples/ldns-walk.c b/examples/ldns-walk.c index 3710098a..41879e6f 100644 --- a/examples/ldns-walk.c +++ b/examples/ldns-walk.c @@ -570,7 +570,7 @@ main(int argc, char *argv[]) if (!rrlist) { fflush(stdout); fprintf(stderr, "Zone does not seem to be DNSSEC secured," - "or it uses NSEC3.\n"); + " or it uses NSEC3.\n"); fflush(stderr); goto exit; }