瀏覽代碼

merge trunk

Samuel Thibault 7 年之前
父節點
當前提交
8e75818e26
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/disk_ops/unistd/disk_unistd_global.c

+ 1 - 1
src/core/disk_ops/unistd/disk_unistd_global.c

@@ -70,7 +70,7 @@ static loff_t copy_file_range(int fd_in, loff_t *off_in, int fd_out,
 		loff_t *off_out, size_t len, unsigned int flags)
 {
 	errno = ENOSYS;
-	return -1
+	return -1;
 }
 #endif
 #endif