summaryrefslogtreecommitdiffstats
path: root/info.c
diff options
context:
space:
mode:
Diffstat (limited to 'info.c')
-rw-r--r--info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.c b/info.c
index 16149cb02..40e0af278 100644
--- a/info.c
+++ b/info.c
@@ -727,7 +727,7 @@ static timestamp_t dive_time_widget(struct dive *dive)
utc_mkdate(when, &tm);
time = &tm;
} else {
- timestamp_t now;
+ time_t now;
struct timeval tv;
gettimeofday(&tv, NULL);
now = tv.tv_sec;