Browse Source

fixing warning

Stasik0 11 years ago
parent
commit
10fbf01c21
1 changed files with 1 additions and 1 deletions
  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;