txlyre 1 天之前
父节点
当前提交
c1585982d3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      qirt.h

+ 1 - 0
qirt.h

@@ -22,6 +22,7 @@ typedef struct _qi_list_t qi_list_t;
 
 struct _qi_list_t {
   void **data;
+
   qi_size_t length;
 };