scripts: update 'comment.pl' so it understand /*
This commit is contained in:
parent
1b3a5ed0be
commit
5eeb18dcd7
|
@ -27,7 +27,7 @@ sub checkfile
|
|||
}
|
||||
|
||||
# set comment variable
|
||||
if ($line =~ /\/\//)
|
||||
if (($line =~ /\/\//) || ($line =~ /\/\*/))
|
||||
{
|
||||
$comment = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue