2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

add missing semicolon

This commit is contained in:
Mark Andrews
2017-10-25 10:29:10 +11:00
parent 21761bfe79
commit 79e78994d0

View File

@@ -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");
}
}