mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
build: fix typo in previous patch
* src/util/virfile.c (safezero_mmap): Fix missing semicolon. Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
9bce4386e9
commit
9d128a203b
@ -1119,7 +1119,7 @@ safezero_mmap(int fd ATTRIBUTE_UNUSED,
|
|||||||
off_t offset ATTRIBUTE_UNUSED,
|
off_t offset ATTRIBUTE_UNUSED,
|
||||||
off_t len ATTRIBUTE_UNUSED)
|
off_t len ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
return -1
|
return -1;
|
||||||
}
|
}
|
||||||
#endif /* !HAVE_MMAP */
|
#endif /* !HAVE_MMAP */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user