Stasik0 11 роки тому
батько
коміт
10fbf01c21
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      include/UA_indexedList.h

+ 1 - 1
include/UA_indexedList.h

@@ -9,7 +9,7 @@
  * Integer Indexed List
  */
 typedef struct T_UA_indexedList_Element {
-	struct T_UA_list_element* father;
+	struct T_UA_list_Element* father;
 	Int32 index;
 	void* payload;
 }UA_indexedList_Element;