Skip to content

Commit 2a1418f

Browse files
Fix syntax error
1 parent 836ce9d commit 2a1418f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Tooling/InterpolatingCompilationDatabase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ static types::ID foldType(types::ID Lang) {
116116
return types::TY_ObjCXX;
117117
case types::TY_CUDA:
118118
case types::TY_CUDA_DEVICE:
119-
return types::TY_CUDA:
119+
return types::TY_CUDA;
120120
default:
121121
return types::TY_INVALID;
122122
}

0 commit comments

Comments
 (0)