commit | d46a9f1a82a384b3141256d79eab4c12650b4209 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Oct 31 14:34:19 2013 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Oct 31 14:34:19 2013 +0100 |
tree | f94bcc1db3b7d235292ab1663e90cc1df90fddf1 | |
parent | 993e386a73073536184295ac55c47a3d78d1bfe9 [diff] [blame] |
Added missing endif in compat-1.2.h
diff --git a/include/polarssl/compat-1.2.h b/include/polarssl/compat-1.2.h index 3e9c396..64d1d63 100644 --- a/include/polarssl/compat-1.2.h +++ b/include/polarssl/compat-1.2.h
@@ -38,6 +38,7 @@ #if defined(__ARMCC_VERSION) && !defined(inline) #define inline __inline #endif /* __ARMCC_VERSION */ +#endif /* _MSC_VER */ #if defined(_MSC_VER) // MSVC does not support #warning