]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add space in #error message
authorMark Andrews <marka@isc.org>
Tue, 26 Jul 2016 01:28:29 +0000 (11:28 +1000)
committerMark Andrews <marka@isc.org>
Tue, 26 Jul 2016 01:28:47 +0000 (11:28 +1000)
bin/tools/named-nzd2nzf.c

index f2ee317b923ba45339c3551e5242bd0e6dadbfdf..1c5406e07bba2002fda95696752cfaf6d8c471c7 100644 (file)
@@ -9,7 +9,7 @@
 #include "config.h"
 
 #ifndef HAVE_LMDB
-#error This program requires the LMDBlibrary.
+#error This program requires the LMDB library.
 #endif
 
 #include <stdio.h>