summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/minizip/miniunz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/minizip/miniunz.c b/contrib/minizip/miniunz.c
index 8ada038..0c2fb0d 100644
--- a/contrib/minizip/miniunz.c
+++ b/contrib/minizip/miniunz.c
@@ -79,7 +79,7 @@
79 79
80/* change_file_date : change the date/time of a file 80/* change_file_date : change the date/time of a file
81 filename : the filename of the file where date/time must be modified 81 filename : the filename of the file where date/time must be modified
82 dosdate : the new date at the MSDos format (4 bytes) 82 dosdate : the new date at the MSDOS format (4 bytes)
83 tmu_date : the SAME new date at the tm_unz format */ 83 tmu_date : the SAME new date at the tm_unz format */
84static void change_file_date(const char *filename, uLong dosdate, tm_unz tmu_date) { 84static void change_file_date(const char *filename, uLong dosdate, tm_unz tmu_date) {
85#ifdef _WIN32 85#ifdef _WIN32