comparison main.c @ 516:08bbd850e2dc dev-1_2_0

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 05 Jun 2012 22:26:53 +0300
parents 151edcb79ce4
children 8132548e1a07
comparison
equal deleted inserted replaced
515:151edcb79ce4 516:08bbd850e2dc
658 #endif 658 #endif
659 659
660 return 0; 660 return 0;
661 } 661 }
662 662
663
663 int nncmd_open_profile(nn_conn_t *conn, char *name) 664 int nncmd_open_profile(nn_conn_t *conn, char *name)
664 { 665 {
665 char *enc_name = nn_encode_str1(name); 666 char *enc_name = nn_encode_str1(name);
666 char *uri = th_strdup_printf(SET_PROFILE_PREFIX, name); 667 char *uri = th_strdup_printf(SET_PROFILE_PREFIX, name);
667 (void) conn; 668 (void) conn;
1778 nnwin_update(FALSE, editState.mask, editBuf, optUserName, optUserColor); 1779 nnwin_update(FALSE, editState.mask, editBuf, optUserName, optUserColor);
1779 } 1780 }
1780 1781
1781 updateCount = 0; 1782 updateCount = 0;
1782 } 1783 }
1783
1784 } 1784 }
1785 1785
1786 // Shutdown 1786 // Shutdown
1787 err_exit: 1787 err_exit:
1788 th_cfg_free(cfg); 1788 th_cfg_free(cfg);