Skip to content
Snippets Groups Projects
Commit a43fd14b authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

[*] minor changes

parent f6fc3659
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ static inline uint64_t dap_cdb_hex_to_uint(char *arr, short size) {
}
static void cdb_serialize_val_to_dap_store_obj(pdap_store_obj_t a_obj, char *key, char *val) {
if (!key || !val) {
if (!key || !val ) {
a_obj = NULL;
return;
}
......
......@@ -44,3 +44,4 @@ int dap_db_driver_cdb_apply_store_obj(pdap_store_obj_t);
dap_store_obj_t *dap_db_driver_cdb_read_last_store_obj(const char*);
dap_store_obj_t *dap_db_driver_cdb_read_store_obj(const char*, const char*, size_t*);
dap_store_obj_t* dap_db_driver_cdb_read_cond_store_obj(const char*, uint64_t, size_t*);
int dap_db_driver_cdb_options(pcdb_options l_opts, CDB* a_cdb);
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