]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
add a space after the comma in an error message
authorJan Schaumann <jschauma@netmeister.org>
Sat, 8 Jul 2023 17:19:44 +0000 (13:19 -0400)
committerJan Schaumann <jschauma@netmeister.org>
Sat, 8 Jul 2023 17:19:44 +0000 (13:19 -0400)
examples/ldns-walk.c

index 3710098adb76c0a46e23a9dfc748e765bff9877b..41879e6fa6934ddcc17a229fe969a248d6bdfa02 100644 (file)
@@ -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;
                }