Skip to content

Commit

Permalink
minor syntax change.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 28, 1998
1 parent a6ea696 commit 17bdfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BASIClib/TimeDateFunctions.c
Expand Up @@ -47,7 +47,7 @@ struct tm *__getBrokenTime(void)
} /* __getBrokenTime */


time_t __getTodaySecs()
time_t __getTodaySecs(void)
/*
* Figure out how many seconds have elasped between Midnight Jan, 1970,
* GMT, and the beginning of today. Calculating this once will help the
Expand Down

0 comments on commit 17bdfd4

Please sign in to comment.