mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
Revert "Fix a compiler warning"
This reverts commit377e3c67a4
.377e3c67a4 (commitcomment-147888850)
This commit is contained in:
parent
755929c48d
commit
e1269215f9
1 changed files with 2 additions and 2 deletions
|
@ -103,9 +103,9 @@ test_parse_instancing_spec (void)
|
|||
|
||||
|
||||
int
|
||||
main (int, char **)
|
||||
main (int argc, char **argv)
|
||||
{
|
||||
test_parse_instancing_spec();
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue