txlyre 1 өдөр өмнө
parent
commit
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;
 };