X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=osl.c;h=2519228890bc2c25f1b82da6887585afe42840ae;hb=69bc5e6d0f3e1535c04555928e016141a71d4619;hp=b99f3826d7716d4ee02fc2eeae5b4692a6606924;hpb=c8862b9e246b4ef6ff1fe103946e18cf2537ecde;p=paraslash.git diff --git a/osl.c b/osl.c index b99f3826..25192288 100644 --- a/osl.c +++ b/osl.c @@ -305,7 +305,7 @@ static int disk_storage_name_of_row(const struct osl_table *t, static void column_name_hash(const char *col_name, HASH_TYPE *hash) { - return hash_function(col_name, strlen(col_name), hash); + hash_function(col_name, strlen(col_name), hash); } static int init_column_descriptions(struct osl_table *t)