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;