$OpenBSD$ --- src/core/mathhelper.h.orig Sun Nov 13 15:41:44 2011 +++ src/core/mathhelper.h Sun Nov 13 15:41:52 2011 @@ -35,4 +35,5 @@ namespace MathHelper static inline unsigned int Max(unsigned int x, unsigned int y) { return x > y ? x : y; } static inline unsigned int Min(unsigned int x, unsigned int y) { return x < y ? x : y; } } -#endif \ No newline at end of file +#endif +