When we've found C++ style comments, tell which file we found them in.

svn path=/trunk/; revision=23609
This commit is contained in:
Jeff Morriss 2007-11-26 18:59:32 +00:00
parent 309f7503e5
commit c641bfb363
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ while ($_ = $ARGV[0])
if ($fileContents =~ m{//})
{
print "Error: Found C++ style comments\n";
print "Error: Found C++ style comments in " .$filename."\n";
$errorCount++;
}