mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
module: const:ify ‘module’ argument to module->description()
This commit is contained in:
parent
6794193791
commit
3ca274759a
22 changed files with 26 additions and 26 deletions
|
@ -67,7 +67,7 @@ destroy(struct module *module)
|
|||
}
|
||||
|
||||
static char const *
|
||||
description(struct module *module)
|
||||
description(const struct module *module)
|
||||
{
|
||||
return "dwl";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue