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