aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec/google/protobuf/Struct.pbobjc.m
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2018-01-31 13:58:11 -0500
committerGravatar Thomas Van Lenten <thomasvl@google.com>2018-01-31 14:24:51 -0500
commitd83837ded558bc2fd2b61a5f51ed52e4606345aa (patch)
treeab509f8a2938a9e6f1d6aaa68c2afe821c517da2 /objectivec/google/protobuf/Struct.pbobjc.m
parent81aeed082ecc35b62f1808234f4a0dd347775b33 (diff)
Fix to use "nil" instead of "NULL" for objc objects.
Diffstat (limited to 'objectivec/google/protobuf/Struct.pbobjc.m')
-rw-r--r--objectivec/google/protobuf/Struct.pbobjc.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectivec/google/protobuf/Struct.pbobjc.m b/objectivec/google/protobuf/Struct.pbobjc.m
index 6d9d7b75..816fd6df 100644
--- a/objectivec/google/protobuf/Struct.pbobjc.m
+++ b/objectivec/google/protobuf/Struct.pbobjc.m
@@ -53,7 +53,7 @@ static GPBFileDescriptor *GPBStructRoot_FileDescriptor(void) {
#pragma mark - Enum GPBNullValue
GPBEnumDescriptor *GPBNullValue_EnumDescriptor(void) {
- static _Atomic(GPBEnumDescriptor*) descriptor = NULL;
+ static _Atomic(GPBEnumDescriptor*) descriptor = nil;
if (!descriptor) {
static const char *valueNames =
"NullValue\000";