Fix coding guidelines
This commit is contained in:
parent
6cadb04fbd
commit
838e08a0e8
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ PurpleConversation *tgp_chat_show (struct tgl_state *TLS, struct tgl_chat *C) {
|
|||
return conv;
|
||||
}
|
||||
|
||||
GList *tgprpl_chat_join_info (PurpleConnection * gc) {
|
||||
GList *tgprpl_chat_join_info (PurpleConnection *gc) {
|
||||
struct proto_chat_entry *pce;
|
||||
pce = g_new0 (struct proto_chat_entry, 1);
|
||||
pce->label = _("Subject:");
|
||||
|
|
Loading…
Add table
Reference in a new issue