From dedadcb76e53f660d10ff137d765c2cb34db42dd Mon Sep 17 00:00:00 2001 From: terminx Date: Sat, 25 Oct 2014 03:26:13 +0000 Subject: [PATCH] That's one hell of a typo git-svn-id: https://svn.eduke32.com/eduke32@4651 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/include/compat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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