Skip to content

Commit 7f00d3f

Browse files
committed
[PR/1660] Fix up charpred.
1 parent 161b0e2 commit 7f00d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/commons/CommonType.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class MicrosoftInt64Type extends IntegralType {
178178
* `__builtin_va_copy` and `__builtin_va_arg` expressions.
179179
*/
180180
class BuiltInVarArgsList extends Type {
181-
BuiltInVarList() {
181+
BuiltInVarArgsList() {
182182
this.hasName("__builtin_va_list")
183183
}
184184

0 commit comments

Comments
 (0)