Clean up timestamp enum definition

This commit is contained in:
Martin Lund 2024-04-20 15:02:43 +02:00
parent b05f38abd0
commit ae76f8f58d
3 changed files with 8 additions and 8 deletions

View file

@ -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;