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

Commit f7f93048 authored by Stephen Hines's avatar Stephen Hines Committed by Android (Google) Code Review
Browse files

Merge "NULL should not be const for RS."

parents 2b621bc5 4d322043
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))