mirror of
https://github.com/owntone/owntone-server.git
synced 2025-10-30 00:05:05 -04:00
[scan] Fix wrong symbol name for non-libmount builds
This commit is contained in:
parent
e607019a1c
commit
3be8e4f479
@ -141,7 +141,7 @@ mountwatch_init(void)
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
int
|
int
|
||||||
mountwatch_changed_get(char **path)
|
mountwatch_event_get(char **path)
|
||||||
{
|
{
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user