X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=osl_core.h;h=e18717895a5f3023bdee8452757f9f4a2643cef9;hb=3ac7a00c79a39801f497b48385dae580a08c3cf8;hp=a23bb3d9d0652dbc8811032240a14fba7db05ce4;hpb=f0380a05616524b149fa34f4a0873d9063ca2a95;p=paraslash.git diff --git a/osl_core.h b/osl_core.h index a23bb3d9..e1871789 100644 --- a/osl_core.h +++ b/osl_core.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007 Andre Noll + * Copyright (C) 2007-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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); } /**