提交 9d128a20 编写于 作者: E Eric Blake

build: fix typo in previous patch

* src/util/virfile.c (safezero_mmap): Fix missing semicolon.
Signed-off-by: NEric Blake <eblake@redhat.com>
上级 9bce4386
...@@ -1119,7 +1119,7 @@ safezero_mmap(int fd ATTRIBUTE_UNUSED, ...@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册