mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 13:57:32 +00:00
Trivial const correctness followup to bug 420373 r=bsmedberg a=beltzner
This commit is contained in:
parent
cc34d5dc0e
commit
140e9a1621
@ -171,7 +171,7 @@ GRE_GetGREPathWithProperties(const GREVersionRange *versions,
|
||||
allProperties[propertiesLength].value = kExtraProperty.value;
|
||||
PRUint32 allPropertiesLength = propertiesLength + 1;
|
||||
#else
|
||||
GREProperty *allProperties = properties;
|
||||
const GREProperty *allProperties = properties;
|
||||
PRUint32 allPropertiesLength = propertiesLength;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user