virDevMapperGetTargets: Fix non-linux implementation

s/GSlist/GSList/

Fixes: 6c49c2ee9fcb88de02cdc333f666a8e95d60a3b0
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Peter Krempa 2021-09-21 14:30:19 +02:00
parent 7bfb102ce4
commit 675c222a58

View File

@ -342,7 +342,7 @@ virIsDevMapperDevice(const char *dev_name)
int
virDevMapperGetTargets(const char *path G_GNUC_UNUSED,
GSlist **devPaths G_GNUC_UNUSED)
GSList **devPaths G_GNUC_UNUSED)
{
errno = ENOSYS;
return -1;