Fix typo in an include guard.
This commit is contained in:
parent
ba5685a332
commit
f947debf70
1 changed files with 3 additions and 4 deletions
|
|
@ -39,8 +39,8 @@
|
||||||
// "Mask" in their name, and a parallel enum that has the shift
|
// "Mask" in their name, and a parallel enum that has the shift
|
||||||
// amount (1 << x) for each corresponding enumerant.
|
// amount (1 << x) for each corresponding enumerant.
|
||||||
|
|
||||||
#ifndef spirv_H
|
#ifndef spirv_HPP
|
||||||
#define spirv_H
|
#define spirv_HPP
|
||||||
|
|
||||||
namespace spv {
|
namespace spv {
|
||||||
|
|
||||||
|
|
@ -874,5 +874,4 @@ inline KernelProfilingInfoMask operator|(KernelProfilingInfoMask a, KernelProfil
|
||||||
|
|
||||||
} // end namespace spv
|
} // end namespace spv
|
||||||
|
|
||||||
#endif // #ifndef spirv_H
|
#endif // #ifndef spirv_HPP
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue