symisc / unqlite

An Embedded NoSQL, Transactional Database Engine
https://unqlite.symisc.net
Other
2.11k stars 164 forks source link

unqlite.h lacks a newline at end of file #18

Closed woldendans closed 9 years ago

woldendans commented 9 years ago

Hello,

This is a very specific issue related to old compilers, but this is easy to solve.

For some reason, the compiler produces an error if the .h file does not contain a blank line as last line. I would humbly advise to always end your file with newlines for portability.

symisc commented 9 years ago

Thank you. I didn't know that!

symisc commented 9 years ago

done on the amalgamation!

woldendans commented 9 years ago

Thanks!