CheckHeaders: Bug fix

This commit is contained in:
Daniel Marjamäki 2007-06-08 16:57:20 +00:00
parent 746c99be28
commit 148ac8a57a
1 changed files with 2 additions and 0 deletions

View File

@ -180,6 +180,8 @@ void WarningIncludeHeader()
tok1 = tok1->next;
}
if (!tok1)
break;
}