Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upExtra #endif in tinyfiles.h #73
Open
Labels
Comments
|
This seems to be fixed now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I think there's an extra #endif in tinyfiles.h. Around line 88 there's this:
#if defined( TINYPATH_IMPLEMENTATION )
#endif TINYPATH_IMPLEMENTATION
That #endif doesn't look like it should be there. I get compilation errors about the final #endif having no matching #if