plugin/probabilistic/zeekygen: Replace nulls with nullptr

This commit is contained in:
Tim Wojtulewicz 2020-04-02 10:39:28 -07:00
parent 393b8353cb
commit 41c3256faa
10 changed files with 36 additions and 36 deletions

View file

@ -475,7 +475,7 @@ void Plugin::Describe(ODesc* d) const
for ( bif_item_list::const_iterator i = items.begin(); i != items.end(); i++ )
{
const char* type = 0;
const char* type = nullptr;
switch ( (*i).GetType() ) {
case BifItem::FUNCTION: