[libpng15] Fix typo in previous arm patch

This commit is contained in:
John Bowler 2013-02-15 19:54:06 -06:00 committed by Glenn Randers-Pehrson
parent da3031a7d9
commit 33af2b7d98

View File

@ -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;