Kaydet (Commit) 63aec6c7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:nullptr (automatic rewrite; Mac-specific code)

Change-Id: Iee5d66a1c14e1583edb0945d23cec9986ce7a830
üst eb7d8ded
......@@ -98,7 +98,7 @@ char const* const* OtherInfo::getLibraryPaths(int* size)
return ar;
#else
*size = 0;
return NULL;
return nullptr;
#endif
}
......
......@@ -88,7 +88,7 @@ char const* const* SunInfo::getLibraryPaths(int* size)
return ar;
#else
*size = 0;
return NULL;
return nullptr;
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment