Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d322043 authored by Stephen Hines's avatar Stephen Hines
Browse files

NULL should not be const for RS.

Change-Id: I24d96843c40f822bf064a0fa1fc0440b6bf0518d
parent 7da48db9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -364,7 +364,7 @@ typedef struct {
typedef float4 rs_quaternion;

#define RS_PACKED __attribute__((packed, aligned(4)))
#define NULL ((const void *)0)
#define NULL ((void *)0)

#if (defined(RS_VERSION) && (RS_VERSION >= 14))