Clean up some data type mismatches.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@587 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
bbahnsen
2006-06-21 17:39:11 +00:00
parent 6c4dc2267a
commit cc7f0a9111
6 changed files with 50 additions and 50 deletions

View File

@@ -43,7 +43,7 @@ CHAR8 *
ReadLine (
IN MEMORY_FILE *InputFile,
IN OUT CHAR8 *InputBuffer,
IN UINT32 MaxLength
IN UINTN MaxLength
)
;