From 73ae9830e37ea61577bb46c15782ded49befbb10 Mon Sep 17 00:00:00 2001 From: "Benjamin Scholtysik (Reimold)" Date: Wed, 18 Oct 2017 17:53:59 -0700 Subject: [PATCH] Fix one of the asterisks which was off by a space for a pointer declaration. --- Classes/BITChannel.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/BITChannel.m b/Classes/BITChannel.m index c5a03694a3..52db7316d7 100644 --- a/Classes/BITChannel.m +++ b/Classes/BITChannel.m @@ -132,7 +132,7 @@ NS_ASSUME_NONNULL_BEGIN [self invalidateTimer]; // Make sure string (which points to BITTelemetryEventBuffer) is not changed. - char* previousBuffer = NULL; + char *previousBuffer = NULL; char *newEmptyString = NULL; do { newEmptyString = strdup("");