C++: Fix typo in downgrade script

This commit is contained in:
Jeroen Ketema
2025-06-03 12:25:46 +02:00
parent 7ccae93a12
commit 41bdaa3d3c

View File

@@ -11,7 +11,7 @@ int getKind(int kind) {
if kind = 14
then result = 6 // Represent MSFT #import as #include
else
if kind = 15 or kind = 6
if kind = 15 or kind = 16
then result = 3 // Represent #elifdef and #elifndef as #elif
else result = kind
}