mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
0 --> NULL
This commit is contained in:
parent
01ed417ee1
commit
558ed62771
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ char *strchr( const char *string, int c ) {
|
|||
|
||||
char *strrchr(const char *string, int c)
|
||||
{
|
||||
const char *found = 0;
|
||||
const char *found = NULL;
|
||||
|
||||
while(*string)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue