Update QOI type names.

This commit is contained in:
Christoffer Lerno
2024-09-07 16:10:15 +02:00
parent 7581651011
commit d4fb5b747b
2 changed files with 17 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ fn void! test_qoi_all()
{
@pool() {
// create a test descriptor
qoi::Desc test_desc;
QOIDesc test_desc;
// decode the test data
char[] decoded = qoi::decode(TEST_QOI_DATA[..], &test_desc)!;