]> rtime.felk.cvut.cz Git - git.git/blobdiff - date.c
Merge branch 'np/index-pack-memsave'
[git.git] / date.c
diff --git a/date.c b/date.c
index 17385a9b62abf17868403b0df40155c19efa3515..002aa3c8d6d4ff08d8790a155b8979bc117a2b95 100644 (file)
--- a/date.c
+++ b/date.c
@@ -9,7 +9,7 @@
 /*
  * This is like mktime, but without normalization of tm_wday and tm_yday.
  */
-time_t tm_to_time_t(const struct tm *tm)
+static time_t tm_to_time_t(const struct tm *tm)
 {
        static const int mdays[] = {
            0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334