1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-06 22:36:34 +01:00

type fixes

This commit is contained in:
Jfreegman
2014-03-19 03:14:08 -04:00
parent 50a37495f8
commit d49e911fe4
10 changed files with 20 additions and 22 deletions

View File

@@ -272,7 +272,7 @@ static void groupchat_onGroupNamelistChange(ToxWindow *self, Tox *m, int groupnu
ChatContext *ctx = self->chatwin;
print_time(ctx->history);
uint8_t *event;
const uint8_t *event;
switch (change) {
case TOX_CHAT_CHANGE_PEER_ADD: