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
parent
commit
f4069e6a1a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/fontstash.h

+ 1
- 0
src/fontstash.h View File

@@ -273,6 +273,7 @@ int fons__tt_init(FONScontext *context)
}

int fons__tt_done(FONScontext *context)
{
FONS_NOTUSED(context);
return 1;
}


Loading…
Cancel
Save