CheckHeaders: Bug fix
This commit is contained in:
parent
746c99be28
commit
148ac8a57a
|
@ -180,6 +180,8 @@ void WarningIncludeHeader()
|
|||
|
||||
tok1 = tok1->next;
|
||||
}
|
||||
if (!tok1)
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue