Kaydet (Commit) 33c81a45 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:externvar (clang-cl)

Change-Id: I6f4c294cb15a4426545d05be7b0a7f26f580563c
üst db5cfb79
......@@ -64,7 +64,7 @@ struct CertErrorToString{
char const * name;
};
CertErrorToString arErrStrings[] =
CertErrorToString const arErrStrings[] =
{
{ 0x00000000, "CERT_TRUST_NO_ERROR"},
{ 0x00000001, "CERT_TRUST_IS_NOT_TIME_VALID"},
......
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