diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-26 12:42:38 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-26 12:42:38 +0300 |
commit | f05405db4308a5c419f15a3c9538e4c11e6c172a (patch) | |
tree | 4fa55475b428dcf5f26c27f4542b74a0572b6086 /protocols/Twitter/src/connection.cpp | |
parent | ac6daf28ff621f1bd304fb061fca7b8254c929f4 (diff) |
code cleaning
Diffstat (limited to 'protocols/Twitter/src/connection.cpp')
-rw-r--r-- | protocols/Twitter/src/connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Twitter/src/connection.cpp b/protocols/Twitter/src/connection.cpp index 48182b4dea..7d4f3a05fe 100644 --- a/protocols/Twitter/src/connection.cpp +++ b/protocols/Twitter/src/connection.cpp @@ -465,7 +465,7 @@ void CTwitterProto::UpdateMessages(bool pre_read) if (id > dm_since_id_)
dm_since_id_ = id;
- PROTORECVEVENT recv = { 0 };
+ PROTORECVEVENT recv = {};
if (pre_read)
recv.flags |= PREF_CREATEREAD;
if (bIsMe)
|