diff options
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/mkproto.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/mkproto.pl b/source4/script/mkproto.pl index 9939fe0bf7..1fca294d97 100755 --- a/source4/script/mkproto.pl +++ b/source4/script/mkproto.pl @@ -133,7 +133,7 @@ sub process_file($$$) next if ($line =~ /^\/|[;]/); - if ($line =~ s/^_PUBLIC_[\t ]/extern /) { + if ($line =~ /^_PUBLIC_[\t ]/) { $target = $public_file; $is_public = 1; } |