Skip to content

Commit f9bef10

Browse files
authored
typo in readme code example
1 parent acaa6b2 commit f9bef10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)