X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=osl_core.h;h=e18717895a5f3023bdee8452757f9f4a2643cef9;hb=57726462f32788fe818d96b9538d98d9598347db;hp=b0035da0f8884bc2f7a201d8531f2262994ed632;hpb=c8862b9e246b4ef6ff1fe103946e18cf2537ecde;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); } /**