mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 16:25:39 +02:00
bar, module: particles may no longer return NULL in instantiate()
This commit is contained in:
parent
fef40d18e1
commit
c11a79c98d
2 changed files with 1 additions and 23 deletions
3
module.c
3
module.c
|
@ -23,7 +23,6 @@ struct exposable *
|
|||
module_begin_expose(struct module *mod)
|
||||
{
|
||||
struct exposable *e = mod->content(mod);
|
||||
if (e != NULL)
|
||||
e->begin_expose(e);
|
||||
e->begin_expose(e);
|
||||
return e;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue