Fix syntax error

This commit is contained in:
Christopher Tetreault 2020-04-09 13:46:05 -07:00
parent 836ce9db7f
commit 2a1418f242
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ static types::ID foldType(types::ID Lang) {
return types::TY_ObjCXX;
case types::TY_CUDA:
case types::TY_CUDA_DEVICE:
return types::TY_CUDA:
return types::TY_CUDA;
default:
return types::TY_INVALID;
}