Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
1. Fix a bug in ECC code.
git-svn-id: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools@1238 7335b38e-4728-0410-8992-fb3ffe349368
  • Loading branch information
hche10x committed May 21, 2008
1 parent f350fad commit ceec92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Python/Ecc/Database.py
Expand Up @@ -182,7 +182,7 @@ def InsertOneFile(self, File):
FunctionID = self.TblFunction.Insert(Function.Header, Function.Modifier, Function.Name, Function.ReturnStatement, \
Function.StartLine, Function.StartColumn, Function.EndLine, Function.EndColumn, \
Function.BodyStartLine, Function.BodyStartColumn, FileID, \
Function.FunNameStartLine, Function.FunNameStartLine)
Function.FunNameStartLine, Function.FunNameStartColumn)
#
# Insert Identifier of function
#
Expand Down

0 comments on commit ceec92f

Please sign in to comment.