code style
This commit is contained in:
parent
014145c8ee
commit
ab5b444e26
1 changed files with 1 additions and 2 deletions
|
@ -408,8 +408,7 @@ void leave_and_delete_chat_by_name (struct tgl_state *TLS, const char *name) {
|
|||
leave_and_delete_chat (TLS, P);
|
||||
}
|
||||
|
||||
static PurpleCmdRet
|
||||
tgprpl_cmd_kick(PurpleConversation *conv, const gchar *cmd, gchar **args, gchar **error, void *data)
|
||||
static PurpleCmdRet tgprpl_cmd_kick(PurpleConversation *conv, const gchar *cmd, gchar **args, gchar **error, void *data)
|
||||
{
|
||||
PurpleConnection *pc = NULL;
|
||||
int id = -1;
|
||||
|
|
Loading…
Add table
Reference in a new issue