mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Style: Remove uses of NULL, substituting nullptr
This commit is contained in:
committed by
Andreas Kling
parent
93f4388e45
commit
5d5c32cec1
@@ -760,7 +760,7 @@ void* bsearch(const void* key, const void* base, size_t nmemb, size_t size, int
|
||||
nmemb /= 2;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
div_t div(int numerator, int denominator)
|
||||
|
||||
Reference in New Issue
Block a user