Skip to content

Commit

Permalink
Fixed chat_info
Browse files Browse the repository at this point in the history
  • Loading branch information
Vysheng committed Sep 3, 2014
1 parent d464043 commit f38ab35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ void print_chat_info_gw (void *extra, int success, struct tgl_chat *C) {
push_color (COLOR_YELLOW);
printf ("Chat ");
print_chat_name (U->id, U);
printf (" members:\n");
printf (" (id %d) members:\n", tgl_get_peer_id (U->id));
int i;
for (i = 0; i < C->user_list_size; i++) {
printf ("\t\t");
Expand Down

0 comments on commit f38ab35

Please sign in to comment.