The Wayback Machine - https://web.archive.org/web/20201026170204/https://github.com/RandyGaul/cute_headers/issues/73
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra #endif in tinyfiles.h #73

Open
braddabug opened this issue Nov 30, 2017 · 1 comment
Open

Extra #endif in tinyfiles.h #73

braddabug opened this issue Nov 30, 2017 · 1 comment

Comments

@braddabug
Copy link

@braddabug braddabug commented Nov 30, 2017

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

@cxong
Copy link
Contributor

@cxong cxong commented Oct 4, 2018

This seems to be fixed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
You can’t perform that action at this time.