diff --git a/0012-added-VA_LIST_IS_ARRAY-check.txt b/0012-added-VA_LIST_IS_ARRAY-check.txt index e63d701..166ca77 100644 --- a/0012-added-VA_LIST_IS_ARRAY-check.txt +++ b/0012-added-VA_LIST_IS_ARRAY-check.txt @@ -44,7 +44,7 @@ index 0000000..1b9e397 +void foo() +{ + va_list list1, list2; -+ //list1 = list2; ++ list1 = list2; +} + +int main() {}