diff options
Diffstat (limited to 'src/support.h')
-rw-r--r-- | src/support.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support.h b/src/support.h index 4182d2e74..0a72e39b0 100644 --- a/src/support.h +++ b/src/support.h @@ -18,7 +18,7 @@ char *strcasestr(const char *haystack, const char *needle); typedef struct { int offset; - time_t t; + GTime t; /* GTime is equivalent to time_t */ } scroll_state_t; |