use replace 0 with NULL for pointers, set some functions static

also fixed own errors in recent static check commit.
This commit is contained in:
Campbell Barton
2011-09-16 08:20:21 +00:00
parent 0849eaebbf
commit 2222f536f8
24 changed files with 58 additions and 52 deletions

View File

@@ -23,7 +23,7 @@
# <pep8 compliant>
CHECKER_IGNORE_SUFFIX = [
CHECKER_IGNORE_PREFIX = [
"extern",
"intern/moto",
]