summaryrefslogtreecommitdiff
path: root/src/file.h
diff options
context:
space:
mode:
authorjakob <jakob@memeware.net>2017-01-17 15:29:07 -0500
committerjakob <jakob@memeware.net>2017-01-17 15:29:07 -0500
commit6d844032442f36b924e1c270a123dc970ddd96a6 (patch)
tree14ae61f8a0efc0b0e3de7462b9b4dc5a5e9f83eb /src/file.h
parentef05e4e0b8c5cc21b57ae60b60cfbfc7f046bd59 (diff)
Improved readability.
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.h b/src/file.h
index 046cd48..46b6dc0 100644
--- a/src/file.h
+++ b/src/file.h
@@ -19,7 +19,7 @@
#include <stdint.h>
-/* Structure representing a 28-byte segment in a file. */
+/* Structure representing a segment in a file. */
typedef struct {
uint32_t compressed; /* Whether or not the chunk is compressed. */
uint64_t offset; /* Chunk's position in the file as an offset. */