Commit a9062675 authored by vysheng's avatar vysheng

Merge github.com:vysheng/tg

parents c713d80d ef5d808b
...@@ -2357,7 +2357,7 @@ void do_get_difference (void) { ...@@ -2357,7 +2357,7 @@ void do_get_difference (void) {
/* }}} */ /* }}} */
/* {{{ Visualize key */ /* {{{ Visualize key */
char *colors[4] = {COLOR_GREY, COLOR_GREEN, COLOR_CYAN, COLOR_BLUE}; char *colors[4] = {COLOR_GREY, COLOR_CYAN, COLOR_BLUE, COLOR_GREEN};
void do_visualize_key (peer_id_t id) { void do_visualize_key (peer_id_t id) {
assert (get_peer_type (id) == PEER_ENCR_CHAT); assert (get_peer_type (id) == PEER_ENCR_CHAT);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment