Commit 67183c4d by Marat Zakirov Committed by Marat Zakirov

mklog: Symbol '}' stops search for changes.

contrib/

2014-11-11  Marat Zakirov  <m.zakirov@samsung.com>

	* mklog: Symbol '}' stops search for changes.

From-SVN: r217357
parent d876207f
2014-11-11 Marat Zakirov <m.zakirov@samsung.com>
* mklog: Symbol '}' stops search for changes.
2014-11-11 Tobias Burnus <burnus@net-b.de> 2014-11-11 Tobias Burnus <burnus@net-b.de>
* download_prerequisites: Stop downloading CLooG. * download_prerequisites: Stop downloading CLooG.
......
...@@ -129,7 +129,7 @@ sub is_top_level { ...@@ -129,7 +129,7 @@ sub is_top_level {
} else { } else {
$function =~ s/^.//; $function =~ s/^.//;
} }
return $function && $function !~ /^[\s{}]/; return $function && $function !~ /^[\s{]/;
} }
# For every file in the .diff print all the function names in ChangeLog # For every file in the .diff print all the function names in ChangeLog
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment