Skip to content

Commit

Permalink
removed constant
Browse files Browse the repository at this point in the history
  • Loading branch information
mXaln committed Jun 6, 2024
1 parent 79a124c commit fb0ebfb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ internal const val RIFF_HEADER_SIZE = 12
internal const val CHUNK_HEADER_SIZE = 8
internal const val CHUNK_LABEL_SIZE = 4
internal const val DWORD_SIZE = 4
internal const val WORD_SIZE = 2

// chunk data must be word aligned but the size might not account for padding
// therefore, if odd, the size we read must add one to include the padding
Expand Down

0 comments on commit fb0ebfb

Please sign in to comment.