Kill two unnecessary return statements.
[paraslash.git] / osl.c
diff --git a/osl.c b/osl.c
index b99f3826d7716d4ee02fc2eeae5b4692a6606924..2519228890bc2c25f1b82da6887585afe42840ae 100644 (file)
--- 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)