summaryrefslogtreecommitdiffstats
path: root/util/ck_errf.pl
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-14 21:26:14 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:20:07 +0000
commit2dc57eb5a78bbd3fbb3846bf983c274195250794 (patch)
tree9ab31cf9c914aa2b91f9d8c63655fd5e0961f4f0 /util/ck_errf.pl
parent2f1ac20bb3450e146f6f2fb88b3745e8a59dc28f (diff)
Fix make errors
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'util/ck_errf.pl')
-rwxr-xr-xutil/ck_errf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ck_errf.pl b/util/ck_errf.pl
index f13af5c50b..1a8665ab6a 100755
--- a/util/ck_errf.pl
+++ b/util/ck_errf.pl
@@ -21,7 +21,7 @@ foreach $file (@ARGV)
$func="";
while (<IN>)
{
- if (!/;$/ && /^([a-zA-Z].*[\s*])?([A-Za-z_0-9]+)\(.*[),]/)
+ if (!/;$/ && /^\**([a-zA-Z].*[\s*])?([A-Za-z_0-9]+)\(.*([),]|$)/)
{
/^([^()]*(\([^()]*\)[^()]*)*)\(/;
$1 =~ /([A-Za-z_0-9]*)$/;