EShTargetSpv: Fix #1235, spelling, in a backward compatible way.
This commit is contained in:
parent
6c1c2766b6
commit
22f02d09cc
2 changed files with 3 additions and 2 deletions
|
|
@ -119,7 +119,8 @@ typedef enum {
|
|||
|
||||
typedef enum {
|
||||
EShTargetNone,
|
||||
EshTargetSpv,
|
||||
EShTargetSpv, // preferred spelling
|
||||
EshTargetSpv = EShTargetSpv, // legacy spelling
|
||||
} EShTargetLanguage;
|
||||
|
||||
struct TInputLanguage {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue