getFormat -> getTxnFormat

This commit is contained in:
JoelKatz
2012-04-07 03:56:40 -07:00
parent e005db7686
commit 812445f205
3 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ TransactionFormat InnerTxnFormats[]=
{ NULL, ttINVALID }
};
TransactionFormat* getFormat(TransactionType t)
TransactionFormat* getTxnFormat(TransactionType t)
{
TransactionFormat* f=InnerTxnFormats;
while(f->t_name!=NULL)