Fix one of the asterisks which was off by a space for a pointer declaration.

This commit is contained in:
Benjamin Scholtysik (Reimold)
2017-10-18 17:53:59 -07:00
parent 00e7547883
commit 73ae9830e3

View File

@@ -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("");