X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osl.c;h=2519228890bc2c25f1b82da6887585afe42840ae;hp=b99f3826d7716d4ee02fc2eeae5b4692a6606924;hb=cd8bb5a2d51179a31842a2cd7012cad28deea78d;hpb=c8862b9e246b4ef6ff1fe103946e18cf2537ecde;ds=sidebyside 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)