diff options
Diffstat (limited to 'generic/tclZipfs.c')
| -rw-r--r-- | generic/tclZipfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclZipfs.c b/generic/tclZipfs.c index 6ad8f52..b59a091 100644 --- a/generic/tclZipfs.c +++ b/generic/tclZipfs.c @@ -3847,7 +3847,7 @@ SerializeCentralDirectoryEntry( unsigned char *buf, /* Where to serialize to */ ZipEntry *z, /* The description of what to serialize. */ size_t nameLength, /* The length of the name. */ - long long dataStartOffset) /* The overall file offset of the start of the + long long dataStartOffset) /* The overall file offset of the start of the * data section of the file. */ { ZipWriteInt(start, end, buf + ZIP_CENTRAL_SIG_OFFS, |
