洩氏诹诹子 3 年之前
父節點
當前提交
3c4b835ed6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      documentation/memory/memory.md

+ 1 - 1
documentation/memory/memory.md

@@ -233,7 +233,7 @@ Input parameters for rt_malloc_sethook()
 The hook function interface is as follows:
 
 ```c
-void hook(void *ptr, rt_size_t size)
+void hook(void *ptr, rt_size_t size);
 ```
 
 The following table describes the input parameters for the hook function: