Skip to content
Snippets Groups Projects
Commit 57c598d0 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

namedb: typo

parent 901fb5f4
No related branches found
No related tags found
No related merge requests found
......@@ -367,9 +367,9 @@ static int del(namedb_txn_t *txn, namedb_val_t *key)
}
const struct namedb_api *namedb_lmdb_api(void)
const namedb_api_t *namedb_lmdb_api(void)
{
static const struct namedb_api api = {
static const namedb_api_t api = {
"lmdb",
init, deinit,
txn_begin, txn_commit, txn_abort,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment