mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:49:59 -04:00
add space in #error message
This commit is contained in:
parent
17d4581ce9
commit
c70fb599b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue