By convention, the moduledata is static unless there is a reason for it
to not be.
This commit is contained in:
parent
3973aeb5eb
commit
7223692dd3
@ -273,7 +273,7 @@ vinum_modevent(module_t mod, modeventtype_t type, void *unused)
|
||||
return 0;
|
||||
}
|
||||
|
||||
moduledata_t vinum_mod =
|
||||
static moduledata_t vinum_mod =
|
||||
{
|
||||
"vinum",
|
||||
(modeventhand_t) vinum_modevent,
|
||||
|
Loading…
x
Reference in New Issue
Block a user