summaryrefslogtreecommitdiffstats
path: root/m_option.c
diff options
context:
space:
mode:
Diffstat (limited to 'm_option.c')
-rw-r--r--m_option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/m_option.c b/m_option.c
index 2814e5dcdf..532742c0f0 100644
--- a/m_option.c
+++ b/m_option.c
@@ -1227,7 +1227,7 @@ m_option_type_t m_option_type_time = {
sizeof(double),
0,
parse_time,
- NULL,
+ print_double,
copy_opt,
copy_opt,
NULL,