summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2012-10-09 08:27:40 +0000
committerkevlo <kevlo@FreeBSD.org>2012-10-09 08:27:40 +0000
commit8747a46991f804159ec832961138fbafc8489e41 (patch)
treee7c16f01159a965270042d2eee89fe0f8bea4679 /share/man
parent543514a78ba423fb4c2351e080e8822ed44312d1 (diff)
downloadFreeBSD-src-8747a46991f804159ec832961138fbafc8489e41.zip
FreeBSD-src-8747a46991f804159ec832961138fbafc8489e41.tar.gz
Prefer NULL over 0 for pointers
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/module.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/module.9 b/share/man/man9/module.9
index 055dab9..bd072a9 100644
--- a/share/man/man9/module.9
+++ b/share/man/man9/module.9
@@ -99,7 +99,7 @@ static int foo_handler(module_t mod, int /*modeventtype_t*/ what,
static moduledata_t mod_data= {
"foo",
foo_handler,
- 0
+ NULL
};
MODULE_VERSION(foo, 1);
OpenPOWER on IntegriCloud