зеркало из https://github.com/mozilla/pjs.git
Fix non-void return value (found by Wolfgang Rosenauer, bug#242902). Not part of default build - SVG/Libart only.
This commit is contained in:
Родитель
6ebc8bf163
Коммит
8e4bd2c6a1
|
@ -89,5 +89,5 @@ void art_free(void *ptr)
|
|||
|
||||
void * art_realloc(void* ptr, size_t size)
|
||||
{
|
||||
realloc(ptr, size);
|
||||
return realloc(ptr, size);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче