diff --git a/polymer/eduke32/build/include/compat.h b/polymer/eduke32/build/include/compat.h index 327842d62..140519c7e 100644 --- a/polymer/eduke32/build/include/compat.h +++ b/polymer/eduke32/build/include/compat.h @@ -192,7 +192,8 @@ static inline int32_t Blrintf(const float x) int n; __asm fld x; __asm fistp n; -} return n; + return n; +} #endif #else # define longlong(x) x##ll