diff options
Diffstat (limited to 'src/apoint.c')
-rw-r--r-- | src/apoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apoint.c b/src/apoint.c index 59c49ec..31608d1 100644 --- a/src/apoint.c +++ b/src/apoint.c @@ -389,7 +389,7 @@ apoint_inday (struct apoint *i, long start) } void -apoint_sec2str (struct apoint *o, int type, long day, char *start, char *end) +apoint_sec2str (struct apoint *o, long day, char *start, char *end) { struct tm *lt; time_t t; |