Browse Source

Fix compile issue for missing { in fontstash.h

shared-context
Kenny Sharma 6 years ago
parent
commit
97fc85668f
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