aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkAPIs.pl
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-09-15 14:49:16 +0000
committerJörg Mayer <jmayer@loplof.de>2013-09-15 14:49:16 +0000
commit05ba7d3afcd5b010f1f324f8e8ced78d01dd4180 (patch)
tree103533bb879a4435fd4d663b296e548ed4b7bc29 /tools/checkAPIs.pl
parent65ff43fada27d83e87c5d7b51702cf990a394cff (diff)
http://url is NOT a c++ style comment
svn path=/trunk/; revision=52061
Diffstat (limited to 'tools/checkAPIs.pl')
-rwxr-xr-xtools/checkAPIs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index 6c7835b0f1..09088061d6 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -1973,7 +1973,7 @@ while ($_ = $ARGV[0])
#$errorCount += check_ett_registration(\$fileContents, $filename);
- if ($fileContents =~ m{ // }xo)
+ if ($fileContents =~ m{ \s// }xo)
{
print STDERR "Error: Found C++ style comments in " .$filename."\n";
$errorCount++;