diff --git a/neo/idlib/Dict.cpp b/neo/idlib/Dict.cpp index 08d624c..54181a5 100644 --- a/neo/idlib/Dict.cpp +++ b/neo/idlib/Dict.cpp @@ -475,7 +475,7 @@ int idDict::FindKeyIndex( const char *key ) const { if ( key == NULL || key[0] == '\0' ) { idLib::common->DWarning( "idDict::FindKeyIndex: empty key" ); - return NULL; + return 0; } int hash = argHash.GenerateKey( key, false );