Implement check for invalid playlist entries.
[paraslash.git] / blob.c
diff --git a/blob.c b/blob.c
index b396ef792c1ecc6bec8d03b5b88885ea1f7f0bac..20151241de438c40df87212d09c84004162be990 100644 (file)
--- a/blob.c
+++ b/blob.c
@@ -338,6 +338,7 @@ static int blob_get_name_by_id(struct osl_table *table, uint32_t id,
        *name = (char *)obj.data;
        return 1;
 }
+
 /** Define the \p get_name_by_id function for this blob type. */
 #define DEFINE_GET_NAME_BY_ID(table_name, cmd_prefix) \
        int cmd_prefix ## _get_name_by_id(uint32_t id, char **name) \