[BACK]Return to patch-src_core_mathhelper_h CVS log [TXT][DIR] Up to [local] / ports / games / sumwars / patches

Annotation of ports/games/sumwars/patches/patch-src_core_mathhelper_h, Revision 1.1.1.1

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

CVSweb