medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit dcdaa1ea5e450e3c953b83f0e40073ab22280d45
parent becd291e7505f07a012b63bdb8a91208985ee0f5
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun Dec 25 21:04:24 +0200

Oops

Diffstat:
platform_inline.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/platform_inline.h b/platform_inline.h @@ -7,7 +7,7 @@ #define FORCE_INLINE __attribute__((always_inline)) #elif COMPILER_MSVC #define FORCE_INLINE __forceinline -#elif +#else #error unrecognised compiler #endif