summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pixman/pixman-arm-simd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/pixman-arm-simd.c b/pixman/pixman-arm-simd.c
index 8a6b58c..cd8c194 100644
--- a/pixman/pixman-arm-simd.c
+++ b/pixman/pixman-arm-simd.c
@@ -427,4 +427,4 @@ static const FastPathInfo arm_simd_fast_path_array[] =
{ PIXMAN_OP_NONE },
};
-const FastPathInfo *const arm_simd_fast_paths;
+const FastPathInfo *const arm_simd_fast_paths = arm_simd_fast_path_array;