Fix typo. (#365)

Thanks a lot for spotting this issue!
This commit is contained in:
orbea 2019-07-25 05:26:03 -07:00 committed by Andreas Süßenbach
parent c247cd6372
commit eaf09ee61e

View File

@ -4933,7 +4933,7 @@ int main( int argc, char **argv )
#endif
#if !defined(VULKAN_HPP_INLINE)
# if defined(__clang___)
# if defined(__clang__)
# if __has_attribute(always_inline)
# define VULKAN_HPP_INLINE __attribute__((always_inline)) __inline__
# else