浏览代码

modules/tm: fixed typo

Jason Penton 11 年之前
父节点
当前提交
5e9d4e1f60
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/tm/tm_load.c

+ 1 - 1
modules/tm/tm_load.c

@@ -149,7 +149,7 @@ int load_tm( struct tm_binds *tmb)
 #endif
 	tmb->t_append_branches = t_append_branches;
 	tmp->t_load_contacts = t_load_contacts;
-	tmp->t_next_contacts = t_next_contacts;
+	tmb->t_next_contacts = t_next_contacts;
 	return 1;
 }