add space in #error message

This commit is contained in:
Mark Andrews 2016-07-26 11:28:29 +10:00
parent 17d4581ce9
commit c70fb599b9

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>