EShTargetSpv: Fix #1235, spelling, in a backward compatible way.

This commit is contained in:
John Kessenich 2018-01-31 17:53:24 -07:00
parent 6c1c2766b6
commit 22f02d09cc
2 changed files with 3 additions and 2 deletions

View file

@ -119,7 +119,8 @@ typedef enum {
typedef enum {
EShTargetNone,
EshTargetSpv,
EShTargetSpv, // preferred spelling
EshTargetSpv = EShTargetSpv, // legacy spelling
} EShTargetLanguage;
struct TInputLanguage {