mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 18:32:00 +00:00
Fix non-void return value (found by Wolfgang Rosenauer, bug#242902). Not part of default build - SVG/Libart only.
This commit is contained in:
parent
2c989a5264
commit
6a28e412f6
@ -89,5 +89,5 @@ void art_free(void *ptr)
|
||||
|
||||
void * art_realloc(void* ptr, size_t size)
|
||||
{
|
||||
realloc(ptr, size);
|
||||
return realloc(ptr, size);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user