Comment fixed

This commit is contained in:
Tobias Brunner
2012-08-13 13:17:53 +02:00
parent 09ae3d79ca
commit 36a3981d47
+1 -1
View File
@@ -180,7 +180,7 @@ struct auth_cfg_t {
* For rules we expect only once the latest value is returned. * For rules we expect only once the latest value is returned.
* *
* @param rule rule type * @param rule rule type
* @return bool if item has been found * @return rule or NULL (or an appropriate default) if not found
*/ */
void* (*get)(auth_cfg_t *this, auth_rule_t rule); void* (*get)(auth_cfg_t *this, auth_rule_t rule);