Whitespace, wording
This commit is contained in:
parent
2aaba8da96
commit
5983658ad4
4
qoi.h
4
qoi.h
@ -77,8 +77,8 @@ QOI_NO_STDIO before including this library.
|
||||
This library uses malloc() and free(). To supply your own malloc implementation
|
||||
you can define QOI_MALLOC and QOI_FREE before including this library.
|
||||
|
||||
This library uses memset() to zero arrayb. To supply your own implementation
|
||||
you can define QOI_ZEROARR before including this library.
|
||||
This library uses memset() to zero-initialize the index. To supply your own
|
||||
implementation you can define QOI_ZEROARR before including this library.
|
||||
|
||||
|
||||
-- Data Format
|
||||
|
Loading…
Reference in New Issue
Block a user