mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-10 07:18:39 +00:00
Update wasm-shaper.md (just a small typo)
This commit is contained in:
parent
730f579f68
commit
02b00d7743
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ void debugprint(char* str)
|
|||
void debugprint1(char* str, int32 arg1)
|
||||
void debugprint2(char* str, int32 arg1, int32 arg2)
|
||||
void debugprint3(char* str, int32 arg1, int32 arg2, int32 arg3)
|
||||
void debugprint3(
|
||||
void debugprint4(
|
||||
char* str,
|
||||
int32 arg1,
|
||||
int32 arg2,
|
||||
|
|
Loading…
Add table
Reference in a new issue