mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-22 03:58:47 +00:00
Fix one of the asterisks which was off by a space for a pointer declaration.
This commit is contained in:
@@ -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("");
|
||||
|
||||
Reference in New Issue
Block a user