NULL -> false

This commit is contained in:
ridiculousfish 2014-01-28 08:19:24 -08:00
parent afd6ca314c
commit d5cb16aa1f

View file

@ -712,7 +712,7 @@ bool pager_t::select_next_completion_in_direction(selection_direction_t directio
/* Must have something to select */
if (this->completion_infos.empty())
{
return NULL;
return false;
}
/* Handle the case of nothing selected yet */