Parcourir la source

fixing warning

Stasik0 il y a 11 ans
Parent
commit
10fbf01c21
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;