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
+1 -1
View File
@@ -57,7 +57,7 @@ plugin_t *attr_plugin_create()
.destroy = _destroy,
},
},
.provider = attr_provider_create()
.provider = attr_provider_create(),
);
hydra->attributes->add_provider(hydra->attributes, &this->provider->provider);