teddy: alignment decl should match defn

Spotted by coverity. #174512
This commit is contained in:
Matthew Barr 2017-08-21 15:12:36 +10:00
parent af519f3190
commit 5fc2c803a2

View File

@ -42,7 +42,7 @@
extern const u8 ALIGN_DIRECTIVE p_mask_arr[17][32];
#if defined(HAVE_AVX2)
extern const u8 ALIGN_DIRECTIVE p_mask_arr256[33][64];
extern const u8 ALIGN_AVX_DIRECTIVE p_mask_arr256[33][64];
#endif
#ifdef ARCH_64_BIT