Tracker: tiny style fix
This commit is contained in:
@@ -474,7 +474,7 @@ TFilePanel::SetRefFilter(BRefFilter* filter)
|
|||||||
void
|
void
|
||||||
TFilePanel::SetTo(const entry_ref* ref)
|
TFilePanel::SetTo(const entry_ref* ref)
|
||||||
{
|
{
|
||||||
if (!ref)
|
if (ref == NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
entry_ref setToRef(*ref);
|
entry_ref setToRef(*ref);
|
||||||
|
|||||||
Reference in New Issue
Block a user