Merge pull request #508 from kennysharma/master
Fix compile issue for missing { in fontstash.h
This commit is contained in:
commit
f4069e6a1a
@ -273,6 +273,7 @@ int fons__tt_init(FONScontext *context)
|
||||
}
|
||||
|
||||
int fons__tt_done(FONScontext *context)
|
||||
{
|
||||
FONS_NOTUSED(context);
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user