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

add space in #error message

This commit is contained in:
Mark Andrews
2016-07-26 11:28:29 +10:00
parent 0ac94b80e8
commit 0408ceba1f

View 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>