mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng15] Fix typo in previous arm patch
This commit is contained in:
parent
da3031a7d9
commit
33af2b7d98
@ -154,7 +154,7 @@ png_init_filter_functions_neon(png_structp pp, unsigned int bpp)
|
|||||||
static volatile sig_atomic_t no_neon = -1; /* not checked */
|
static volatile sig_atomic_t no_neon = -1; /* not checked */
|
||||||
|
|
||||||
if (no_neon < 0)
|
if (no_neon < 0)
|
||||||
no_neon = !png_have_neon(png_structp);
|
no_neon = !png_have_neon(pp);
|
||||||
|
|
||||||
if (no_neon)
|
if (no_neon)
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user