mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Clean up timestamp enum definition
This commit is contained in:
parent
b05f38abd0
commit
ae76f8f58d
3 changed files with 8 additions and 8 deletions
|
|
@ -67,7 +67,7 @@ struct option_t
|
|||
bool log_append;
|
||||
bool log_strip;
|
||||
bool local_echo;
|
||||
enum timestamp_t timestamp;
|
||||
timestamp_t timestamp;
|
||||
const char *log_filename;
|
||||
const char *log_directory;
|
||||
const char *map;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue