]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - blob.c
command.c: Add missing items to EMPTY_STATUS_ITEMS.
[paraslash.git] / blob.c
diff --git a/blob.c b/blob.c
index cd571d74e5d40f71286ef8dc19aca635778f9429..2f17502143521db2b5178ea457e3149abb60a82f 100644 (file)
--- a/blob.c
+++ b/blob.c
@@ -618,7 +618,7 @@ static int blob_get_name_and_def_by_row(struct osl_table *table,
        static int table_name ## _create(const char *dir) \
        { \
                table_name ## _table_desc.dir = dir; \
-               return osl_create_table(&table_name ## _table_desc); \
+               return osl(osl_create_table(&table_name ## _table_desc)); \
        }
 
 static int blob_open(struct osl_table **table,