commas, commas, ..

This commit is contained in:
Andreas Steffen
2010-11-25 23:25:01 +01:00
parent 53e159f111
commit 5b2547c7a7
4 changed files with 6 additions and 6 deletions
@@ -71,10 +71,10 @@ plugin_t *attr_sql_plugin_create()
INIT(this,
.public = {
.plugin = {
.destroy = _destroy
.destroy = _destroy,
},
},
.db = lib->db->create(lib->db, uri)
.db = lib->db->create(lib->db, uri),
);
if (!this->db)