summaryrefslogtreecommitdiffstats
path: root/src/windows/cns/tktlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/cns/tktlist.c')
-rw-r--r--src/windows/cns/tktlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/cns/tktlist.c b/src/windows/cns/tktlist.c
index 5e1520120b..68a6f1c629 100644
--- a/src/windows/cns/tktlist.c
+++ b/src/windows/cns/tktlist.c
@@ -56,7 +56,7 @@ typedef struct {
* Returns: A pointer to the adjusted time value.
*/
static char *
-short_date (long t)
+short_date (time_t t)
{
static char buf[26 - 4];
char *p;