X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=osl_core.h;fp=osl_core.h;h=e18717895a5f3023bdee8452757f9f4a2643cef9;hb=c0a7a2331aba8e8ae82dedd7960390c62857906e;hp=b0035da0f8884bc2f7a201d8531f2262994ed632;hpb=789a468ad8af323c31fb902f4b01ca7ddbded8d1;p=paraslash.git diff --git a/osl_core.h b/osl_core.h index b0035da0..e1871789 100644 --- a/osl_core.h +++ b/osl_core.h @@ -441,7 +441,7 @@ _static_inline_ struct osl_row *get_row_pointer(const struct rb_node *node, */ static inline void hash_object(const struct osl_object *obj, HASH_TYPE *hash) { - return hash_function(obj->data, obj->size, hash); + hash_function(obj->data, obj->size, hash); } /**