mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
[test-ot-glyphname] Fix return value
This commit is contained in:
parent
f1a69ff1b9
commit
ddeef8c875
1 changed files with 1 additions and 1 deletions
|
@ -85,5 +85,5 @@ main (int argc, char **argv)
|
|||
hb_font_destroy (font);
|
||||
hb_face_destroy (face);
|
||||
|
||||
return result;
|
||||
return !result;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue