Tracker: tiny style fix

This commit is contained in:
John Scipione
2014-08-10 15:04:40 -04:00
parent 655fc1b470
commit a1c48ee597
+1 -1
View File
@@ -474,7 +474,7 @@ TFilePanel::SetRefFilter(BRefFilter* filter)
void
TFilePanel::SetTo(const entry_ref* ref)
{
if (!ref)
if (ref == NULL)
return;
entry_ref setToRef(*ref);