Mercurial > libavformat.hg
changeset 2213:835de8466c39 libavformat
spelling cosmetics
author | diego |
---|---|
date | Mon, 02 Jul 2007 12:19:26 +0000 |
parents | b1c6f0fe58f3 |
children | d2d62fa7e7c9 |
files | cutils.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cutils.c Mon Jul 02 10:13:19 2007 +0000 +++ b/cutils.c Mon Jul 02 12:19:26 2007 +0000 @@ -62,7 +62,7 @@ #define ISLEAP(y) (((y) % 4 == 0) && (((y) % 100) != 0 || ((y) % 400) == 0)) #define LEAPS_COUNT(y) ((y)/4 - (y)/100 + (y)/400) -/* this is our own gmtime_r. it differs from its POSIX counterpart in a +/* This is our own gmtime_r. It differs from its POSIX counterpart in a couple of places, though. */ struct tm *brktimegm(time_t secs, struct tm *tm) {