ソースを参照

fixing warning

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;