mirror of https://gitee.com/openkylin/libvirt.git
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 len ATTRIBUTE_UNUSED)
|
||||
{
|
||||
return -1
|
||||
return -1;
|
||||
}
|
||||
#endif /* !HAVE_MMAP */
|
||||
|
||||
|
|
Loading…
Reference in New Issue