瀏覽代碼

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;