Consistant use of NULL

This commit is contained in:
David Sidrane
2015-06-01 10:38:44 -10:00
parent 0dc18f9623
commit a39c8fef3a
@@ -165,7 +165,7 @@ protected:
return pi;
}
}
return 0;
return NULL;
}
FDCacheItem* add(FDCacheItem* pi)