Browse Source
Merge pull request #508 from kennysharma/master
Fix compile issue for missing { in fontstash.h
shared-context
Mikko Mononen
GitHub
6 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/fontstash.h
|
|
@@ -273,6 +273,7 @@ int fons__tt_init(FONScontext *context) |
|
|
|
} |
|
|
|
|
|
|
|
int fons__tt_done(FONScontext *context) |
|
|
|
{ |
|
|
|
FONS_NOTUSED(context); |
|
|
|
return 1; |
|
|
|
} |
|
|
|