master
Jakub Wilk 6 years ago
parent 0cec6b0993
commit b20b5c9158
  1. 2
      ttyclock.c

@ -275,7 +275,7 @@ draw_clock(void)
wrefresh(ttyclock.datewin);
}
/* Draw second if the option is enable */
/* Draw second if the option is enabled */
if(ttyclock.option.second)
{
/* Again 2 dot for number separation */

Loading…
Cancel
Save