diff options
Diffstat (limited to 'games/grdc/grdc.c')
-rw-r--r-- | games/grdc/grdc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/grdc/grdc.c b/games/grdc/grdc.c index ebb3293..42e6c3c 100644 --- a/games/grdc/grdc.c +++ b/games/grdc/grdc.c @@ -21,7 +21,7 @@ #define YDEPTH 7 /* it won't be */ -long now; /* yeah! */ +time_t now; /* yeah! */ struct tm *tm; short disp[11] = { |