[FFmpeg-cvslog] r9459 - trunk/libavformat/cutils.c
diego
subversion
Mon Jul 2 14:19:26 CEST 2007
Author: diego
Date: Mon Jul 2 14:19:26 2007
New Revision: 9459
Log:
spelling cosmetics
Modified:
trunk/libavformat/cutils.c
Modified: trunk/libavformat/cutils.c
==============================================================================
--- trunk/libavformat/cutils.c (original)
+++ trunk/libavformat/cutils.c Mon Jul 2 14:19:26 2007
@@ -62,7 +62,7 @@ time_t mktimegm(struct tm *tm)
#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)
{
More information about the ffmpeg-cvslog
mailing list