X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fservices_discovery%2Fhal.c;h=5b84eeced6ebf02a60f2ba62599e5b6ea8680fc8;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=6ff31ecd44a04e6ff6d46c0167ac486a2522e1ca;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/services_discovery/hal.c b/modules/services_discovery/hal.c index 6ff31ecd44..5b84eeced6 100644 --- a/modules/services_discovery/hal.c +++ b/modules/services_discovery/hal.c @@ -312,7 +312,7 @@ static void DelItem( services_discovery_t *p_sd, char* psz_udi ) } /* delete parent item */ - /* HACK: if i_children == 0 the item won't be deleted + /* HACK: if i_children == 0 the item won't be deleted * That means that it _had_ children but they were deleted */ if( p_pl_item->i_children == 0 ) p_pl_item->i_children = -1;