Skip to content

Commit 9964721

Browse files
committed
fix wrong define
1 parent 126484f commit 9964721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dba/dba.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ static dba_handler handler[] = {
390390
#define DBA_DEFAULT "qdbm"
391391
#elif DBA_TCADB
392392
#define DBA_DEFAULT "tcadb"
393-
#else
393+
#elif DBA_LMDB
394394
#define DBA_DEFAULT "lmdb"
395395
#else
396396
#define DBA_DEFAULT ""

0 commit comments

Comments
 (0)