浏览代码

Revert "a6"

This reverts commit 9f2b54309b93defdd71dd8968482b426f565c0a9.
Weining Lu 6 年之前
父节点
当前提交
830adf8432
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/README.md

+ 1 - 1
core/README.md

@@ -39,7 +39,7 @@ simple/
 - src/iwam_main.c<br/>
 - src/iwam_main.c<br/>
   This file should be implemented by platform integrator in which a host interface is provided to interact with WAMR app-manager. See `{WAMR_ROOT}/core/app-mgr/app-mgr-shared/app-manager-export.h` for the definition of the host interface.
   This file should be implemented by platform integrator in which a host interface is provided to interact with WAMR app-manager. See `{WAMR_ROOT}/core/app-mgr/app-mgr-shared/app-manager-export.h` for the definition of the host interface.
 ```
 ```
-/* Interfaces of host communication */
+  /* Interfaces of host communication */
 typedef struct host_interface {
 typedef struct host_interface {
     host_init_func init;
     host_init_func init;
     host_send_fun send;
     host_send_fun send;