X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osl.c;h=e2c1ef46f40624adddf6dd7611e07ec2a9f97ef8;hp=ff588713b320aad0ef7e80a5258ac80f0c148622;hb=ddd7cd853044105f329a2c70cce2d8f1470f559e;hpb=00e4d4da1b2c00da139b09d3ed4ab9ad9fba2691 diff --git a/osl.c b/osl.c index ff588713..e2c1ef46 100644 --- a/osl.c +++ b/osl.c @@ -312,7 +312,6 @@ static int init_column_descriptions(struct osl_table *t) int i, j, ret; const struct osl_column_description *cd; - ret = -E_BAD_TABLE_DESC; ret = verify_name(t->desc->name); if (ret < 0) goto err;