Merge pull request #508 from kennysharma/master

Fix compile issue for missing { in fontstash.h
This commit is contained in:
Mikko Mononen 2018-09-27 22:19:51 +03:00 committed by GitHub
commit f4069e6a1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,6 +273,7 @@ int fons__tt_init(FONScontext *context)
}
int fons__tt_done(FONScontext *context)
{
FONS_NOTUSED(context);
return 1;
}