Merge branch 'master' of github.com:tio/tio

This commit is contained in:
Martin Lund 2016-05-20 15:18:58 +02:00
commit dc455eb0c2
2 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,7 @@ void handle_command_sequence(char input_char, char previous_char, char *output_c
tio_printf("Parity: %s", option.parity);
tio_printf("Output delay: %d", option.output_delay);
if (option.log)
color_printf("Log file: %s", option.log_filename);
tio_printf("Log file: %s", option.log_filename);
*forward = false;
break;
case KEY_Q: