Skip to content

Commit 7fa2ba7

Browse files
authored
Merge pull request #310 from s9w/patch-1
typo in readme code example
2 parents acaa6b2 + f9bef10 commit 7fa2ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ if (MipSetIn.m_nMipLevels <= 1)
139139
//==========================
140140
// Set Compression Options
141141
//==========================
142-
KernalOptions kernel_options;
143-
memset(&kernel_options, 0, sizeof(KernalOptions));
142+
KernelOptions kernel_options;
143+
memset(&kernel_options, 0, sizeof(KernelOptions));
144144
145145
kernel_options.format = destFormat; // Set the format to process
146146
kernel_options.fquality = fQuality; // Set the quality of the result

0 commit comments

Comments
 (0)