X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Finclude%2Fcore%2Fstore.h;h=e09483ff7ed283f0ec65c8ac89823d6323c3cc1b;hp=25bd91a9393daee17638ad3063c5a0259229df1b;hb=7f29e5abd3fad68ce9e3cfc11bd216a164fdcf43;hpb=311ac6c6189df40b68a03503e2744c03c317d8b6 diff --git a/src/include/core/store.h b/src/include/core/store.h index 25bd91a..e09483f 100644 --- a/src/include/core/store.h +++ b/src/include/core/store.h @@ -188,8 +188,8 @@ sdb_store_con_matcher(sdb_store_matcher_t *left, sdb_store_matcher_t *right); * Check whether the specified matcher matches the specified store object. * * Returns: - * - 0 if the object matches - * - a negative value else + * - 1 if the object matches + * - 0 else */ int sdb_store_matcher_matches(sdb_store_matcher_t *m, sdb_store_base_t *obj);