evas neon: fix build break.

there is a grammatic error, just fix it.
This commit is contained in:
Hermet Park 2018-09-12 13:35:42 +09:00
parent b5b7e6a0e6
commit 945eeeab33
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
extern void
pixman_composite_src_n_8888_asm_neon (int32_t w,
int32_t h,
uint32_t *dst
uint32_t *dst,
int32_t dst_stride,
uint32_t src);
#endif