Browse Source

modules/tm: fixed typo

Jason Penton 11 years ago
parent
commit
91de8b30d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/tm/tm_load.c

+ 1 - 1
modules/tm/tm_load.c

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