gmio_core: fix /* */ comment

This commit is contained in:
Hugues Delorme 2017-03-16 16:40:28 +01:00
parent 3952c8e0ee
commit 7ff9b74c13

View File

@ -527,7 +527,7 @@ size_t gmio_zip64_write_end_of_central_directory_record(
gmio_adv_encode_uint64_le(info->entry_count, &buff);
gmio_adv_encode_uint64_le(info->central_dir_size, &buff);
gmio_adv_encode_uint64_le(info->central_dir_offset, &buff);
/* Note: don't write any PKWARE reserved "zip64 extensible data sector"
/* Note: don't write any PKWARE reserved "zip64 extensible data sector" */
/* Write to stream */
const size_t expected_written_len = sizeof(bytes);
const size_t written_len =