mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-22 18:25:38 +02:00
module/mpris: Updated manpage and fixed a typo
This commit is contained in:
parent
b55d5a6739
commit
d6067f6057
2 changed files with 24 additions and 11 deletions
|
@ -1125,5 +1125,5 @@ const struct module_iface module_mpris_iface = {
|
|||
};
|
||||
|
||||
#if defined(CORE_PLUGINS_AS_SHARED_LIBRARIES)
|
||||
extern const struct module_mpris_iface iface __attribute__((weak, alias("module_iface")));
|
||||
extern const struct module_iface iface __attribute__((weak, alias("module_mpris_iface")));
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue