From: Mark Andrews Date: Tue, 24 Oct 2017 23:29:10 +0000 (+1100) Subject: add missing semicolon X-Git-Tag: v9.12.0b2~75 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=79e78994d0a350e8b9f543d694e6859fa13a6938;p=thirdparty%2Fbind9.git add missing semicolon --- diff --git a/bin/confgen/rndc-confgen.c b/bin/confgen/rndc-confgen.c index 8706a09d5e0..15718ef79e6 100644 --- a/bin/confgen/rndc-confgen.c +++ b/bin/confgen/rndc-confgen.c @@ -237,7 +237,7 @@ main(int argc, char **argv) { fprintf(stderr, "warning: the default algorithm hmac-md5 " "is deprecated and will be\n" - "changed to hmac-sha256 in a future release\n") + "changed to hmac-sha256 in a future release\n"); } }