parent
b62edad33c
commit
67e8f3a89c
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ BEGIN {
|
|||
} else if (match($0, RE_FUNCTION, m)) {
|
||||
split(doc, array, "\n")
|
||||
for (item in array) {
|
||||
if (item == target) {
|
||||
if (array[item] == target) {
|
||||
print m[1]
|
||||
exit
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue