summaryrefslogtreecommitdiffstats
path: root/share/man/man9/module.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/module.9')
-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 bd072a9..055dab9 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,
- NULL
+ 0
};
MODULE_VERSION(foo, 1);
OpenPOWER on IntegriCloud