]> git.cameronkatri.com Git - mandoc.git/blob - test-sqlite3_errstr.c
Fix the HAVE_MANPATH case, got broken in rev. 1.23.
[mandoc.git] / test-sqlite3_errstr.c
1 #include <string.h>
2 #include <sqlite3.h>
3
4 int
5 main(void)
6 {
7 return(strcmp(sqlite3_errstr(SQLITE_OK), "not an error"));
8 }