whoops, syntax error

This commit is contained in:
hizzlekizzle 2019-04-11 20:51:50 -05:00 committed by GitHub
parent e85167072e
commit 4f004ebebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@
#define PI 3.14159265359f
#endif
#ifndef max(x, y)
#ifndef max
#define max(x, y) x >= y ? x : y
#endif