One more style fix that I missed
This commit is contained in:
parent
63f3755c5f
commit
d45ea79290
@ -781,7 +781,7 @@ BListItem*
|
||||
BListView::RemoveItem(int32 index)
|
||||
{
|
||||
BListItem* item = ItemAt(index);
|
||||
if (!item)
|
||||
if (item == NULL)
|
||||
return NULL;
|
||||
|
||||
if (item->IsSelected())
|
||||
|
Loading…
Reference in New Issue
Block a user