Skip to content

Commit 41bdaa3

Browse files
committed
C++: Fix typo in downgrade script
1 parent 7ccae93 commit 41bdaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/downgrades/59cb96ca699929b63941e81905f9b8de7eed59a6/preprocdirects.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ int getKind(int kind) {
1111
if kind = 14
1212
then result = 6 // Represent MSFT #import as #include
1313
else
14-
if kind = 15 or kind = 6
14+
if kind = 15 or kind = 16
1515
then result = 3 // Represent #elifdef and #elifndef as #elif
1616
else result = kind
1717
}

0 commit comments

Comments
 (0)